Skip to content

Commit

Permalink
Update layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
RickyRAV authored Oct 17, 2023
1 parent bf0e68b commit 927bb98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export const metadata: Metadata = {
siteName: 'IntelliQ',
locale: 'en-US',
type: 'website',
},
}
};
import { cn } from "@/lib/utils";
import "./globals.css";
import type { Metadata } from "next";
Expand Down

0 comments on commit 927bb98

Please sign in to comment.