fix build

This commit is contained in:
Ishaan Jaffer 2026-01-27 17:07:20 -08:00
parent 74572dc8a1
commit 8e976fff29

View file

@ -1,7 +1,6 @@
"use client";
import { getAvailablePages } from "@/components/page_utils";
import NotificationManager from "@/components/molecules/notifications_manager";
import { Button, Checkbox, Collapse, Space, Tag, Typography } from "antd";
import { useMemo, useState } from "react";