From 729043660449ea9b17308ab0091b93f9118b7839 Mon Sep 17 00:00:00 2001 From: Hiroshi Ogawa Date: Tue, 3 Dec 2024 16:49:49 +0900 Subject: [PATCH] chore: cleanup --- playground/rolldown-dev-react/src/app.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playground/rolldown-dev-react/src/app.tsx b/playground/rolldown-dev-react/src/app.tsx index 3a42a8bb853e2b..31ac12a5ed86a9 100644 --- a/playground/rolldown-dev-react/src/app.tsx +++ b/playground/rolldown-dev-react/src/app.tsx @@ -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)