mirror of
https://github.com/ManInDark/HabitTrove.git
synced 2026-01-20 22:24:28 +01:00
added timezone settings
This commit is contained in:
8
components/DynamicTimeNoSSR.tsx
Normal file
8
components/DynamicTimeNoSSR.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import dynamic from 'next/dynamic'
|
||||
import { DynamicTime } from './DynamicTime'
|
||||
|
||||
const DynamicTimeNoSSR = dynamic(() => Promise.resolve(DynamicTime), {
|
||||
ssr: false
|
||||
})
|
||||
|
||||
export { DynamicTimeNoSSR }
|
||||
Reference in New Issue
Block a user