Skip to content

Commit

Permalink
One more update to imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kodtld committed Apr 18, 2024
1 parent c2c9e11 commit 3568a8d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/app/[lang]/admin/dashboard/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import CreateTag from '../../../../components/CreateTag/CreateTag';
import CreateCountry from '../../../../components/CreateCountry/CreateCountry';
import CreateTitle from '../../../../components/CreateTitle/CreateTitle';
import CreateTag from '@/components/CreateTag';
import CreateCountry from '@/components/CreateCountry';
import CreateTitle from '@/components/CreateTitle';
import { Locale } from '@/lib/i18n/i18n-config';
import { translator } from '@/lib/i18n';
import UserList from '@/components/UserList';
Expand Down
6 changes: 3 additions & 3 deletions src/app/[lang]/profile/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ import {
getTemplatesWithCreator,
getTemplatesByUserIdWithCreator,
} from '@/lib/prisma/templates';
import CreateTag from '../../../../components/CreateTag/CreateTag';
import CreateCountry from '../../../../components/CreateCountry/CreateCountry';
import CreateTitle from '../../../../components/CreateTitle/CreateTitle';
import CreateTag from '@/components/CreateTag';
import CreateCountry from '@/components/CreateCountry';
import CreateTitle from '@/components/CreateTitle';
import UserList from '@/components/UserList';
import { getTags, Tags } from '@/lib/prisma/tags';
import { getCountries, Countries } from '@/lib/prisma/country';
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3568a8d

Please sign in to comment.