Skip to content

Commit

Permalink
chore(react): add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
naporin0624 committed Oct 23, 2024
1 parent d41b3b7 commit ee288be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/react/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/** build のためのエントリーポイント
* build 後は js, css に分離されるので js を import すると
* css が一緒に読み込まれるということはない
**/
import './index.css'

export { SSRProvider } from './core/SSRProvider'
Expand Down

0 comments on commit ee288be

Please sign in to comment.