diff --git a/002_source/cms/src/db/QuizLPCategories/Create.tsx b/002_source/cms/src/db/QuizLPCategories/Create.tsx index d900655..5afbb3f 100644 --- a/002_source/cms/src/db/QuizLPCategories/Create.tsx +++ b/002_source/cms/src/db/QuizLPCategories/Create.tsx @@ -2,7 +2,7 @@ import { COL_QUIZ_LP_CATEGORIES } from '@/constants'; import type { RecordModel } from 'pocketbase'; import { pb } from '@/lib/pb'; -import { CreateFormProps } from '@/components/dashboard/lp_categories/type'; +import { CreateFormProps } from '@/components/dashboard/lp/categories/type'; export default function createQuizLPCategory(data: CreateFormProps): Promise { return pb.collection(COL_QUIZ_LP_CATEGORIES).create(data); diff --git a/002_source/cms/src/db/QuizLPQuestions/Create.tsx b/002_source/cms/src/db/QuizLPQuestions/Create.tsx index 4b74ff1..acf2c4e 100644 --- a/002_source/cms/src/db/QuizLPQuestions/Create.tsx +++ b/002_source/cms/src/db/QuizLPQuestions/Create.tsx @@ -2,7 +2,7 @@ import { COL_QUIZ_LP_QUESTIONS } from '@/constants'; import type { RecordModel } from 'pocketbase'; import { pb } from '@/lib/pb'; -import { CreateFormProps } from '@/components/dashboard/lp_questions/type'; +import type { CreateFormProps } from '@/components/dashboard/lp/questions/type'; // interface CreateForm { // // TODO: Add QuizLPQuestions fields