We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98edeee commit b674684Copy full SHA for b674684
frontend/src/components/MaintenancePage.tsx
@@ -1,4 +1,4 @@
1
-import { Card } from "@heroui/card";
+import { Card } from "@heroui/react";
2
3
export default function MaintenancePage() {
4
return (
frontend/src/components/ThemeSwitcher.tsx
@@ -1,7 +1,7 @@
"use client";
import { useTheme } from "next-themes";
import { useEffect, useState } from "react";
-import { Button } from "@heroui/button";
+import { Button } from "@heroui/react";
5
import { SunIcon, MoonIcon } from "@heroicons/react/24/outline";
6
7
export default function ThemeSwitcher() {
0 commit comments