Skip to content

Commit

Permalink
Fix build by removing unneeded export
Browse files Browse the repository at this point in the history
  • Loading branch information
abefernan committed Oct 2, 2024
1 parent c0f739a commit 2b80642
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ import {
} from "lucide-react";
import Link from "next/link";

export const description =
"An products dashboard with a sidebar navigation. The sidebar has icon navigation. The content area has a breadcrumb and search in the header. It displays a list of products in a table with actions.";

export default function Dashboard() {
return (
<div className="flex min-h-screen w-full flex-col bg-muted/40">
Expand Down

0 comments on commit 2b80642

Please sign in to comment.