diff --git a/frontend/src/Theme/index.js b/frontend/src/Theme/index.js index 62a1f806..6d156a0a 100644 --- a/frontend/src/Theme/index.js +++ b/frontend/src/Theme/index.js @@ -1,5 +1,3 @@ export { default as Icon } from "../components/CustomIcon"; export { default as Button } from "./Button"; export { default as Input } from "./Input"; -export { default as JournalLinkBox } from "../components/JournalLinkBox"; -export { default as EntryCard } from "../components/EntryCard";