✨(frontend) create feature doc-export
Create the feature doc-export, it will be responsible for exporting the document.
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
export * from './ModalExport';
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
export * from './components';
|
||||||
@@ -18,6 +18,7 @@ import {
|
|||||||
} from '@/components';
|
} from '@/components';
|
||||||
import { useCunninghamTheme } from '@/cunningham';
|
import { useCunninghamTheme } from '@/cunningham';
|
||||||
import { useEditorStore } from '@/features/docs/doc-editor/';
|
import { useEditorStore } from '@/features/docs/doc-editor/';
|
||||||
|
import { ModalExport } from '@/features/docs/doc-export/';
|
||||||
import {
|
import {
|
||||||
Doc,
|
Doc,
|
||||||
ModalRemoveDoc,
|
ModalRemoveDoc,
|
||||||
@@ -30,8 +31,6 @@ import {
|
|||||||
} from '@/features/docs/doc-versioning';
|
} from '@/features/docs/doc-versioning';
|
||||||
import { useResponsiveStore } from '@/stores';
|
import { useResponsiveStore } from '@/stores';
|
||||||
|
|
||||||
import { ModalExport } from './ModalExport';
|
|
||||||
|
|
||||||
interface DocToolBoxProps {
|
interface DocToolBoxProps {
|
||||||
doc: Doc;
|
doc: Doc;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user