Skip to content

Commit

Permalink
IPK-74 quick layout update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben committed Dec 27, 2023
1 parent 7b296c3 commit b774024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import React from "react";

import { cn } from "@/lib/utils";

export const fontSans = FontSans({
const fontSans = FontSans({
subsets: ["latin"],
variable: "--font-sans"
});
Expand Down

0 comments on commit b774024

Please sign in to comment.