check build
This commit is contained in:
@@ -12,6 +12,7 @@ import { useGetAllServices } from '../service/hooks/useServiceData'
|
|||||||
import { ServiceItemType } from '../service/types/ServiceTypes'
|
import { ServiceItemType } from '../service/types/ServiceTypes'
|
||||||
|
|
||||||
const SubscriptionsList: FC = () => {
|
const SubscriptionsList: FC = () => {
|
||||||
|
|
||||||
const { t } = useTranslation('global')
|
const { t } = useTranslation('global')
|
||||||
const [page, setPage] = useState<number>(1)
|
const [page, setPage] = useState<number>(1)
|
||||||
const [status, setStatus] = useState<string>('')
|
const [status, setStatus] = useState<string>('')
|
||||||
|
|||||||
Reference in New Issue
Block a user