diff --git a/app/routes/mod-queue.tsx b/app/routes/mod-queue.tsx
index 75d9778..5a0be59 100644
--- a/app/routes/mod-queue.tsx
+++ b/app/routes/mod-queue.tsx
@@ -3,6 +3,13 @@ import {
Button,
Container,
Flex,
+ Popover,
+ PopoverArrow,
+ PopoverBody,
+ PopoverCloseButton,
+ PopoverContent,
+ PopoverHeader,
+ PopoverTrigger,
Select,
useBreakpointValue,
useToast,
@@ -149,17 +156,33 @@ export default function () {
-
+
+
+
+
+
+
+
+ Create New
+
+
+ {pageProps.item_types.map((item) => {
+ return ;
+ })}
+
+
+
+
);
}