apps/web: rename actions/service -> actions/services
This commit is contained in:
parent
3738c4e2a9
commit
24fb2103f7
@ -1,8 +1,8 @@
|
|||||||
'use server';
|
'use server';
|
||||||
// eslint-disable-next-line sonarjs/no-internal-api-use
|
|
||||||
import type * as ApolloTypes from '../../../packages/graphql/node_modules/@apollo/client/core';
|
|
||||||
import { getProfile } from './profile';
|
import { getProfile } from './profile';
|
||||||
import * as api from '@repo/graphql/api/service';
|
import * as api from '@repo/graphql/api/service';
|
||||||
|
// eslint-disable-next-line sonarjs/no-internal-api-use
|
||||||
|
import type * as ApolloTypes from '@repo/graphql/node_modules/@apollo/client/core';
|
||||||
import { type GetServicesQueryVariables } from '@repo/graphql/types';
|
import { type GetServicesQueryVariables } from '@repo/graphql/types';
|
||||||
|
|
||||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||||
@ -1,5 +1,5 @@
|
|||||||
'use client';
|
'use client';
|
||||||
import { useServicesQuery } from '@/hooks/service';
|
import { useServicesQuery } from '@/hooks/services';
|
||||||
import { useOrderStore } from '@/stores/order';
|
import { useOrderStore } from '@/stores/order';
|
||||||
import { type ServiceFieldsFragment } from '@repo/graphql/types';
|
import { type ServiceFieldsFragment } from '@repo/graphql/types';
|
||||||
import { cn } from '@repo/ui/lib/utils';
|
import { cn } from '@repo/ui/lib/utils';
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
'use client';
|
'use client';
|
||||||
import { getServices } from '@/actions/service';
|
import { getServices } from '@/actions/services';
|
||||||
// eslint-disable-next-line sonarjs/no-internal-api-use
|
// eslint-disable-next-line sonarjs/no-internal-api-use
|
||||||
import type * as ApolloTypes from '@repo/graphql/node_modules/@apollo/client/core';
|
import type * as ApolloTypes from '@repo/graphql/node_modules/@apollo/client/core';
|
||||||
import { type GetServicesQueryVariables } from '@repo/graphql/types';
|
import { type GetServicesQueryVariables } from '@repo/graphql/types';
|
||||||
Loading…
x
Reference in New Issue
Block a user