Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Dec 3, 2024
1 parent 1df4042 commit 7290436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playground/rolldown-dev-react/src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import virtualTest from 'virtual:test'
import testAlias from 'test-alias'
import { throwError } from './error'
import './test-style.css'
// TODO: hmr for assets?
import testStyleUrl from './test-style-url.css?url'
import testStyleInline from './test-style-inline.css?inline'
// TODO: hmr for url assets?
import testStyleUrl from './test-style-url.css?url'

export function App() {
const [count, setCount] = React.useState(0)
Expand Down

0 comments on commit 7290436

Please sign in to comment.