✨(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';
|
||||
import { useCunninghamTheme } from '@/cunningham';
|
||||
import { useEditorStore } from '@/features/docs/doc-editor/';
|
||||
import { ModalExport } from '@/features/docs/doc-export/';
|
||||
import {
|
||||
Doc,
|
||||
ModalRemoveDoc,
|
||||
@@ -30,8 +31,6 @@ import {
|
||||
} from '@/features/docs/doc-versioning';
|
||||
import { useResponsiveStore } from '@/stores';
|
||||
|
||||
import { ModalExport } from './ModalExport';
|
||||
|
||||
interface DocToolBoxProps {
|
||||
doc: Doc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user