Admin Mode
diff --git a/src/components/admin/resources/form.tsx b/src/components/admin/resources/form.tsx
index 45d5a54..90ae15a 100644
--- a/src/components/admin/resources/form.tsx
+++ b/src/components/admin/resources/form.tsx
@@ -1,12 +1,17 @@
-import { PaymentType, type AuditoryResource, SkillLevel } from "@prisma/client";
+import {
+ PaymentType,
+ type AuditoryResource,
+ SkillLevel,
+ Skill,
+} from "@prisma/client";
import Image from "next/image";
import { PencilSquareIcon } from "@heroicons/react/24/solid";
import {
MultiSelector,
MultiSelectorMany,
MultiSelectorOption,
- SelectedManyContext,
SelectedUniqueContext,
+ SimpleSelectorManyOption,
} from "../../forms/selectors";
import { InfoInputLine } from "~/components/forms/textInput";
import { PriceIcon } from "~/prices/Icons";
@@ -51,8 +56,8 @@ const SelectImageInput = ({ file }: { file?: string }) => {
const ResourceLinkSubForm = ({}) => {
return (
-
Links
-
+
Links
+
{/** Insert existing links here */}