Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
bLopata committed Oct 17, 2024
1 parent 7025c2a commit 8e415b1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions www/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import dynamic from 'next/dynamic';

import banner from "@/public/bloom2x1.svg";
import darkBanner from "@/public/bloom2x1dark.svg";
import MessageBox from "@/components/messagebox";
import Sidebar from "@/components/sidebar";
import { DarkModeSwitch } from "react-toggle-dark-mode";
import { FaLightbulb, FaPaperPlane, FaBars } from "react-icons/fa";
import Swal from "sweetalert2";
Expand All @@ -19,7 +17,6 @@ import { usePostHog } from 'posthog-js/react';
import { getSubscription } from '@/utils/supabase/queries';

import { API } from "@/utils/api";
import { Message } from "@/utils/api";
import { createClient } from "@/utils/supabase/client";
import { Reaction } from "@/components/messagebox";

Expand Down

0 comments on commit 8e415b1

Please sign in to comment.