|
@@ -1,13 +1,5 @@
|
|
|
import { Popover as Kobalte } from "@kobalte/core/popover"
|
|
import { Popover as Kobalte } from "@kobalte/core/popover"
|
|
|
-import {
|
|
|
|
|
- Component,
|
|
|
|
|
- ComponentProps,
|
|
|
|
|
- createEffect,
|
|
|
|
|
- createMemo,
|
|
|
|
|
- For,
|
|
|
|
|
- JSX,
|
|
|
|
|
- Show,
|
|
|
|
|
-} from "solid-js"
|
|
|
|
|
|
|
+import { Component, ComponentProps, createEffect, createMemo, For, JSX, Show } from "solid-js"
|
|
|
import { createStore } from "solid-js/store"
|
|
import { createStore } from "solid-js/store"
|
|
|
import { useLocal } from "@/context/local"
|
|
import { useLocal } from "@/context/local"
|
|
|
import { useDialog } from "@opencode-ai/ui/context/dialog"
|
|
import { useDialog } from "@opencode-ai/ui/context/dialog"
|