Skip to content

Commit

Permalink
Added components that are used by CustomViews
Browse files Browse the repository at this point in the history
  • Loading branch information
userlocalhost committed Dec 5, 2024
1 parent d361ca9 commit 1b47fe4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions frontend/src/components/entry/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
// FIXME rethink export scope

export * from "./AttributeValue";
export * from "./CopyForm";
export * from "./EntryAttributes";
export * from "./EntryBreadcrumbs";
export * from "./EntryControlMenu";
export * from "./EntryImportModal";
export * from "./EntryListCard";
export * from "./EntryReferral";

export * from "./entryForm/EntryFormSchema";
export * from "./entryForm/AttributeValueField";
1 change: 1 addition & 0 deletions frontend/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ export * from "./pages";
export * from "./repository";
export * from "./routes";
export * from "./services";
export * from "./TestWrapper";
3 changes: 2 additions & 1 deletion frontend/src/pages/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// FIXME rethink export scope

export * from "./EntryCopyPage";
export * from "./EntryDetailsPage";
export * from "./EntryEditPage";
export * from "./EntryEditPage";
export * from "./EntryHistoryListPage";
export * from "./EntryListPage";

export * from "./UnavailableErrorPage";

0 comments on commit 1b47fe4

Please sign in to comment.