diff --git a/src/pages/gallery/components/CollectionSelector.tsx b/src/pages/gallery/components/CollectionSelector.tsx
new file mode 100644
index 000000000..b1f99ea19
--- /dev/null
+++ b/src/pages/gallery/components/CollectionSelector.tsx
@@ -0,0 +1,29 @@
+import React from 'react';
+import { Button, Modal } from 'react-bootstrap';
+
+function CollectionSelector({ modalView, closeModal, showModal }) {
+ return (
+ <>
+ {/* */}
+
+
+
+ Modal heading
+
+ Woohoo, you're reading this text in a modal!
+
+
+
+
+
+ >
+ );
+}
+
+export default CollectionSelector;