Skip to content

Commit

Permalink
Fix theme import in Layout
Browse files Browse the repository at this point in the history
  • Loading branch information
nkokla committed Sep 21, 2024
1 parent e4eec5c commit 16e1aff
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 @@ -12,7 +12,7 @@ import Breadcrumb from '@/layouts/Breadcrumb'
import { defaultColorScheme } from '@/theme/defaultColorScheme'
import styled, { ThemeProvider } from 'styled-components'
import StyledComponentsRegistry from '@/providers/StyledComponentsRegistry'
import theme from '@/theme/theme'
import theme from '@/theme'
import GlobalStyle from './global.styles'
import { useEffect } from 'react'
import { init as matomoInit } from '@socialgouv/matomo-next'
Expand Down

0 comments on commit 16e1aff

Please sign in to comment.