Skip to content

Commit cbf87c5

Browse files
committed
chore: generate
1 parent 3c375b9 commit cbf87c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/desktop/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { Suspense, createResource, ParentProps } from "solid-js"
1818
import { UPDATER_ENABLED } from "./updater"
1919
import { createMenu } from "./menu"
2020
import pkg from "../package.json"
21-
import { Show } from "solid-js";
21+
import { Show } from "solid-js"
2222

2323
const root = document.getElementById("root")
2424
if (import.meta.env.DEV && !(root instanceof HTMLElement)) {

0 commit comments

Comments
 (0)