Skip to content

Commit

Permalink
Move styles to modules
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiuszbachorski committed Sep 15, 2024
1 parent 4722961 commit 01783da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion routes/~__root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//
// SPDX-License-Identifier: MIT
//
import '../app/globals.css'
import '../modules/globals.css'
import { createRootRoute, Outlet, redirect } from '@tanstack/react-router'
import { NextIntlClientProvider } from 'next-intl'
import { useLayoutEffect } from 'react'
Expand Down

0 comments on commit 01783da

Please sign in to comment.