Skip to content

Commit

Permalink
chore: fix demo import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rifandani committed Jan 11, 2024
1 parent 749b7ac commit 8228cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/playground/pages/page.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import type { ComponentPropsWithoutRef } from 'react'
import { Button, Tab, TabList, TabPanel, Tabs } from 'react-aria-components'
import { twJoin } from 'tailwind-merge'
import { DemoContainer } from '../components/demo/root'

Check failure on line 4 in src/modules/playground/pages/page.tsx

View workflow job for this annotation

GitHub Actions / typecheck

Cannot find module '../components/demo/root' or its corresponding type declarations.

Check failure on line 4 in src/modules/playground/pages/page.tsx

View workflow job for this annotation

GitHub Actions / test (lts/*, ubuntu-latest)

Cannot find module '../components/demo/root' or its corresponding type declarations.
import { For } from '#shared/components/for/for'
import { modes, themes } from '#shared/constants/theme.constant'
import { useColorMode } from '#shared/hooks/use-color-mode.hook'
import { DemoContainer } from '#playground/components/demo/root'

export function PlaygroundPage() {
const [, setTheme] = useColorMode({
Expand Down

0 comments on commit 8228cc8

Please sign in to comment.