Skip to content

Commit

Permalink
corrected loading import
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelUnkey committed Jan 14, 2025
1 parent d290e96 commit eead2f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { db } from "@/lib/db";
import { notFound } from "next/navigation";

import { CopyButton } from "@/components/dashboard/copy-button";
import { Loading } from "@/components/dashboard/loading";
import { Navbar as SubMenu } from "@/components/dashboard/navbar";
import { Navbar } from "@/components/navbar";
import { PageContent } from "@/components/page-content";
Expand All @@ -22,7 +23,6 @@ import { Empty } from "@unkey/ui";
import { Check, X } from "lucide-react";
import { parseAsArrayOf, parseAsBoolean, parseAsIsoDateTime, parseAsString } from "nuqs/server";
import { Suspense } from "react";
import Loading from "../../loading";
import { navigation } from "../constants";
import { Filters } from "./filter";
import { Menu } from "./menu";
Expand Down

0 comments on commit eead2f8

Please sign in to comment.