Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
wrnrlr committed Nov 4, 2024
1 parent a6da20e commit 8ee35bd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,7 @@ <h1 class="center text-5xl">Just write JavaScript!</h1>
</style>

<script type="module">
import {h, signal, effect, untrack, resource, render, onMount, Show, List, Router} from '../src/mod.ts'
import {EditorView, basicSetup} from "codemirror"
import {javascript} from "@codemirror/lang-javascript"
import {html} from "@codemirror/lang-html"
import {h, signal, render} from '../src/mod.ts'

function Counter() {
const n = signal(1)
Expand Down

0 comments on commit 8ee35bd

Please sign in to comment.