Skip to content

Commit

Permalink
feat: remove footer component
Browse files Browse the repository at this point in the history
  • Loading branch information
KristinAoki committed Sep 29, 2023
1 parent a0089eb commit 80c4e50
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 357 deletions.
166 changes: 0 additions & 166 deletions src/footer/Footer.jsx

This file was deleted.

120 changes: 0 additions & 120 deletions src/footer/Footer.test.jsx

This file was deleted.

3 changes: 0 additions & 3 deletions src/footer/index.jsx

This file was deleted.

66 changes: 0 additions & 66 deletions src/footer/messages.js

This file was deleted.

2 changes: 0 additions & 2 deletions src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import EditorPage from './editors/EditorPage';
import VideoSelectorPage from './editors/VideoSelectorPage';
import DraggableList, { SortableItem } from './editors/sharedComponents/DraggableList';
import ErrorAlert from './editors/sharedComponents/ErrorAlerts/ErrorAlert';
import Footer from './footer';
import { TinyMceWidget } from './editors/sharedComponents/TinyMceWidget';
import { prepareEditorRef } from './editors/sharedComponents/TinyMceWidget/hooks';
import TypeaheadDropdown from './editors/sharedComponents/TypeaheadDropdown';
Expand All @@ -16,7 +15,6 @@ export {
DraggableList,
SortableItem,
ErrorAlert,
Footer,
TinyMceWidget,
prepareEditorRef,
TypeaheadDropdown,
Expand Down

0 comments on commit 80c4e50

Please sign in to comment.