diff --git a/src/components/SettingsPopover.astro b/src/components/SettingsPopover.astro
index 1aebd96..9ab4bf2 100644
--- a/src/components/SettingsPopover.astro
+++ b/src/components/SettingsPopover.astro
@@ -1,4 +1,5 @@
---
+import Serialize from "@ayco/astro-resume";
import Icon from "astro-iconify";
import { featureFlags } from "../utils/feature-flags";
export interface Props {
@@ -37,6 +38,24 @@ const { toggle } = Astro.props;
This is where feature flags will be set once made available. Request features or report bugs here.
+
+
+
+
+
-
-