aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm
diff options
context:
space:
mode:
authorgeireann <geireann.lindfield@gmail.com>2021-08-14 13:29:46 -0400
committergeireann <geireann.lindfield@gmail.com>2021-08-14 13:29:46 -0400
commitf5c126ba41bb15837c3527e588ba6fb3c79f3e89 (patch)
tree00b673b046f05fd5e2beaa4e83d14edcad4b43f5 /src/client/views/collections/collectionFreeForm
parent6d9c65bf95091b0d5ee7e3097995fc9e2ead4415 (diff)
code reorganising and updates
Diffstat (limited to 'src/client/views/collections/collectionFreeForm')
-rw-r--r--src/client/views/collections/collectionFreeForm/index.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/index.ts b/src/client/views/collections/collectionFreeForm/index.ts
new file mode 100644
index 000000000..702dc8d42
--- /dev/null
+++ b/src/client/views/collections/collectionFreeForm/index.ts
@@ -0,0 +1,7 @@
+export * from "./CollectionFreeFormLayoutEngines";
+export * from "./CollectionFreeFormLinkView";
+export * from "./CollectionFreeFormLinksView";
+export * from "./CollectionFreeFormRemoteCursors";
+export * from "./CollectionFreeFormView";
+export * from "./MarqueeOptionsMenu";
+export * from "./MarqueeView"; \ No newline at end of file