mirror of
https://github.com/gromlab-ru/svg-sprites.git
synced 2026-07-22 04:40:17 +03:00
4 lines
136 B
React
4 lines
136 B
React
|
|
import { mount, StartClient } from '@solidjs/start/client'
|
||
|
|
|
||
|
|
export default mount(() => <StartClient />, document.getElementById('app'))
|