Skip to content

Commit

Permalink
remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
arafubeatbox committed Dec 3, 2024
1 parent 0ab04cf commit 2bc2280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/app/src/pages/[[...path]].page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import superjson from 'superjson';
import { BasicLayout } from '~/components/Layout/BasicLayout';
import { PageView } from '~/components/PageView/PageView';
import { DrawioViewerScript } from '~/components/Script/DrawioViewerScript';
import { PageBulkExportEnabledFileUploadTypes, PageBulkExportEnabledServiceTypes } from '~/features/page-bulk-export/interfaces/page-bulk-export';
import { PageBulkExportEnabledServiceTypes } from '~/features/page-bulk-export/interfaces/page-bulk-export';
import { SupportedAction, type SupportedActionType } from '~/interfaces/activity';
import type { CrowiRequest } from '~/interfaces/crowi-request';
import { RegistrationMode } from '~/interfaces/registration-mode';
Expand Down

0 comments on commit 2bc2280

Please sign in to comment.