upgrade schema, resolvers, panel added
This commit is contained in:
12
panel/index.tsx
Normal file
12
panel/index.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Точка входа в клиентское приложение
|
||||
* @module index
|
||||
*/
|
||||
|
||||
import { render } from 'solid-js/web'
|
||||
import App from './App'
|
||||
|
||||
import './styles.css'
|
||||
|
||||
// Рендеринг приложения в корневой элемент
|
||||
render(() => <App />, document.getElementById('root') as HTMLElement)
|
Reference in New Issue
Block a user