diff options
| author | geireann <geireann.lindfield@gmail.com> | 2021-07-30 13:26:25 -0400 |
|---|---|---|
| committer | geireann <geireann.lindfield@gmail.com> | 2021-07-30 13:26:25 -0400 |
| commit | c9f379adab864132e6cf044f808a43254601e4bb (patch) | |
| tree | 9474a6e05be18f9bd626f4cae616be3513dbc4ad /src/client/views/DocumentButtonBar.tsx | |
| parent | b33e45f1f839b3c6eaf1076e605abacd1bc6883c (diff) | |
major UI / updates + refactoring
Diffstat (limited to 'src/client/views/DocumentButtonBar.tsx')
| -rw-r--r-- | src/client/views/DocumentButtonBar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/DocumentButtonBar.tsx b/src/client/views/DocumentButtonBar.tsx index a5d80cd22..b11aa99b0 100644 --- a/src/client/views/DocumentButtonBar.tsx +++ b/src/client/views/DocumentButtonBar.tsx @@ -24,7 +24,7 @@ import { DocumentView } from './nodes/DocumentView'; import { GoogleRef } from "./nodes/formattedText/FormattedTextBox"; import { TemplateMenu } from "./TemplateMenu"; import React = require("react"); -import { PresBox } from './nodes/PresBox'; +import { PresBox } from './nodes/trails/PresBox'; import { undoBatch } from '../util/UndoManager'; import { CollectionViewType } from './collections/CollectionView'; const higflyout = require("@hig/flyout"); |
