Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerioageno committed Jan 15, 2025
1 parent c66ed54 commit 727d870
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/tuono/src/dynamic/dynamic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*/
import { lazy, Suspense, Fragment } from 'react'
import type { ComponentType } from 'react'

const isServerSide = typeof window === 'undefined'

interface ComponentModule<T> {
Expand Down

0 comments on commit 727d870

Please sign in to comment.