Triston Armstrong
13da06a270
this rewrites a lot of hooks and removes providers in exchange for the store api BREAKING CHANGE: breaks everything fix #1
7 lines
146 B
TypeScript
7 lines
146 B
TypeScript
import { App } from "./App"
|
|
import "./styles.css"
|
|
import { mount } from "kaioken"
|
|
|
|
const root = document.getElementById("root")!
|
|
mount(App, root)
|