chore: progress to element exports
This commit is contained in:
@@ -6,14 +6,14 @@ import React, { Fragment } from 'react'
|
||||
|
||||
import { useConfig } from '../../providers/Config/index.js'
|
||||
import { useTranslation } from '../../providers/Translation/index.js'
|
||||
import { formatDate } from '../../utilities/formatDate/index.js'
|
||||
import { formatDate } from '../../utilities/formatDate.js'
|
||||
import Autosave from '../Autosave/index.js'
|
||||
import DeleteDocument from '../DeleteDocument/index.js'
|
||||
import DuplicateDocument from '../DuplicateDocument/index.js'
|
||||
import { Gutter } from '../Gutter/index.js'
|
||||
import * as PopupList from '../Popup/PopupButtonList/index.js'
|
||||
import Popup from '../Popup/index.js'
|
||||
import PreviewButton from '../PreviewButton/index.js'
|
||||
import { PreviewButton } from '../PreviewButton/index.js'
|
||||
import { Publish } from '../Publish/index.js'
|
||||
import { Save } from '../Save/index.js'
|
||||
import { SaveDraft } from '../SaveDraft/index.js'
|
||||
|
||||
Reference in New Issue
Block a user