From 01ce5176293388eba36b3f232bd2fae45ed85d2e Mon Sep 17 00:00:00 2001 From: louiscklaw Date: Tue, 22 Apr 2025 12:29:56 +0800 Subject: [PATCH] update fix import path, --- 002_source/cms/src/db/QuizLPCategories/Create.tsx | 2 +- 002_source/cms/src/db/QuizLPQuestions/Create.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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