فهرست منبع

ignore: types

Dax Raad 8 ماه پیش
والد
کامیت
a6142cf975
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      packages/web/src/components/Share.tsx

+ 2 - 2
packages/web/src/components/Share.tsx

@@ -37,8 +37,8 @@ import DiffView from "./DiffView"
 import CodeBlock from "./CodeBlock"
 import MarkdownView from "./MarkdownView"
 import styles from "./share.module.css"
-// import { type Message } from "opencode/session/message"
-// import { type Session } from "opencode/session/index"
+import type { Message } from "opencode/session/message"
+import type { Session } from "opencode/session/index"
 
 const MIN_DURATION = 2