Skip to content

Commit

Permalink
chore: remove accidental line terminator
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-stumpf committed Jul 24, 2024
1 parent 52576e3 commit 378416c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export default function RootLayout({ children }: RootLayoutProps) {
<head />
<body className={cn(dystopian.variable, inter.variable)}>
<NextTopLoader showSpinner={false} color="#eff6ff" height={3} />

<Providers>
{children}

Expand Down

0 comments on commit 378416c

Please sign in to comment.