Skip to content

Commit

Permalink
test: fix import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Mar 17, 2024
1 parent 19601a6 commit d56c9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/Button.mist.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Generated by MistCSS, do not modify
import './Button.mist'
import './Button.mist.css'

type Props = {
children?: React.ReactNode
Expand Down

0 comments on commit d56c9bb

Please sign in to comment.