Skip to content

Commit

Permalink
fix(web): drop no longer needed Center component
Browse files Browse the repository at this point in the history
  • Loading branch information
dgdavid committed Jan 14, 2025
1 parent 761852f commit 8c0ac5c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 53 deletions.
52 changes: 0 additions & 52 deletions web/src/components/layout/Center.tsx

This file was deleted.

1 change: 0 additions & 1 deletion web/src/components/layout/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
*/

export { default as Icon } from "./Icon";
export { default as Center } from "./Center";
export { default as Loading } from "./Loading";
export { default as Sidebar } from "./Sidebar";
export { default as Header } from "./Header";
Expand Down

0 comments on commit 8c0ac5c

Please sign in to comment.