Skip to content

Commit

Permalink
RSC: Fix red squiggles in default template (#10955)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Jul 16, 2024
1 parent a77bec4 commit e51cf72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import React from 'react'

// @ts-expect-error no types
import styles from './Counter.module.css'
import './Counter.css'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Counter } from 'src/components/Counter'
// @ts-expect-error no types
import { Counter } from 'src/components/Counter/Counter'

import styles from './HomePage.module.css'

import './HomePage.css'
Expand Down

0 comments on commit e51cf72

Please sign in to comment.