sync
This commit is contained in:
parent
f41a54b4b0
commit
5f7ae6477b
34 changed files with 142 additions and 154 deletions
|
|
@ -3,8 +3,8 @@ import { useAuthSession } from "~/context/auth.session"
|
|||
import { IconLogo } from "../component/icon"
|
||||
import { withActor } from "~/context/auth.withActor"
|
||||
import { query, action, redirect, createAsync, RouteSectionProps, useParams, A } from "@solidjs/router"
|
||||
import { User } from "@opencode/console-core/user.js"
|
||||
import { Actor } from "@opencode/console-core/actor.js"
|
||||
import { User } from "@opencode-ai/console-core/user.js"
|
||||
import { Actor } from "@opencode-ai/console-core/actor.js"
|
||||
import { getRequestEvent } from "solid-js/web"
|
||||
|
||||
const getUserInfo = query(async (workspaceID: string) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue