diff --git a/src/components/Switch.tsx b/src/components/Switch.tsx
index fee6096..97671ac 100644
--- a/src/components/Switch.tsx
+++ b/src/components/Switch.tsx
@@ -15,7 +15,7 @@ export function Switch(props: AriaSwitchProps) {
return (
diff --git a/src/pages/photogallery.tsx b/src/pages/photogallery.tsx
index 16837a4..4982d32 100644
--- a/src/pages/photogallery.tsx
+++ b/src/pages/photogallery.tsx
@@ -6,10 +6,15 @@ import { Helmet } from "react-helmet";
import MasonryGallery from "../components/MasonryGallery";
import KeywordsPicker from "../components/KeywordsPicker";
-import { getGalleryPageUrl, getHelmetSafeBodyStyle, getVibrantStyle } from "../utils";
+import {
+ getGalleryPageUrl,
+ getHelmetSafeBodyStyle,
+ getVibrantStyle,
+} from "../utils";
import Nav from "../components/Nav";
import { Item, Select } from "../components/Select";
import { Switch } from "../components/Switch";
+import ColorPalette from "@spectrum-icons/workflow/ColorPalette";
const SORT_KEYS = {
hue: ["fields", "imageMeta", "vibrantHue"],
@@ -168,14 +173,16 @@ const GalleryPage = ({ data }: PageProps