pl-hooks: Prefer kebab case for file names

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-10-23 15:26:55 +02:00
parent a0c0f17004
commit 9fef1d1f4e
16 changed files with 26 additions and 26 deletions

View File

@ -3,9 +3,9 @@ import { useQueries, useQuery } from '@tanstack/react-query';
import { usePlHooksApiClient } from 'pl-hooks/contexts/api-client';
import { queryClient, usePlHooksQueryClient } from 'pl-hooks/contexts/query-client';
import { importEntities } from 'pl-hooks/importer';
import { type Account, normalizeAccount } from 'pl-hooks/normalizers/normalizeAccount';
import { type Account, normalizeAccount } from 'pl-hooks/normalizers/account';
import { normalizeStatus, type Status } from '../../normalizers/normalizeStatus';
import { normalizeStatus, type Status } from '../../normalizers/status';
// const toServerSideType = (columnType: string): Filter['context'][0] => {
// switch (columnType) {