Skip to content

Commit

Permalink
Update layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
crstnmac authored Oct 27, 2024
1 parent da9034b commit b0c6ba1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {Inter, Fira_Code} from 'next/font/google'
import React from 'react'
import './globals.css'
// const Providers = dynamic(() => import('components/providers'), { ssr: false })
import Script from 'next/script'

import {useTheme} from 'next-themes'
import {Providers} from 'components'
Expand Down

0 comments on commit b0c6ba1

Please sign in to comment.