chore(ui): more elements rework to Loading

This commit is contained in:
Elliot DeNolf
2024-03-19 15:03:54 -04:00
parent ab649af8be
commit 4624659af6
18 changed files with 68 additions and 85 deletions

View File

@@ -11,7 +11,7 @@ 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 { PopupList } from '../Popup/index.js'
import Popup from '../Popup/index.js'
import { PreviewButton } from '../PreviewButton/index.js'
import { Publish } from '../Publish/index.js'