1 2 3 4 5 6 7
<script lang="ts"> import { App, createAppStore } from "./app"; const store = createAppStore(); </script> <App {store} />