From 3ecd7aa171f7be0b8c7dfdeff7d140294d8819bc Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Tue, 21 May 2024 20:09:00 +0800 Subject: [PATCH] refactor: add survey add state --- src/client/routes/survey.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/client/routes/survey.tsx b/src/client/routes/survey.tsx index 9221f50..24a6a20 100644 --- a/src/client/routes/survey.tsx +++ b/src/client/routes/survey.tsx @@ -8,6 +8,7 @@ import { useEvent } from '@/hooks/useEvent'; import { LayoutV2 } from '@/pages/LayoutV2'; import { useCurrentWorkspaceId } from '@/store/user'; import { routeAuthBeforeLoad } from '@/utils/route'; +import { cn } from '@/utils/style'; import { Trans, useTranslation } from '@i18next-toolkit/react'; import { createFileRoute, @@ -71,6 +72,7 @@ function PageComponent() { title={t('Survey')} actions={