diff --git a/src/components/Notifications.tsx b/src/components/Notifications.tsx index ecad26e..0727708 100644 --- a/src/components/Notifications.tsx +++ b/src/components/Notifications.tsx @@ -1,4 +1,3 @@ -import React from "react"; import "./Notifications.css"; export interface Toast { diff --git a/src/components/Palette.tsx b/src/components/Palette.tsx index 35472f2..073294d 100644 --- a/src/components/Palette.tsx +++ b/src/components/Palette.tsx @@ -1,4 +1,4 @@ -import React, { useState, useEffect, useRef, useMemo } from "react"; +import { useState, useEffect, useRef, useMemo } from "react"; import type { LeafNode } from "../lib/layout/tree"; import "./Palette.css"; diff --git a/tsconfig.app.tsbuildinfo b/tsconfig.app.tsbuildinfo new file mode 100644 index 0000000..8516056 --- /dev/null +++ b/tsconfig.app.tsbuildinfo @@ -0,0 +1 @@ +{"root":["./src/App.tsx","./src/ipc.ts","./src/main.tsx","./src/components/Notifications.tsx","./src/components/Palette.tsx","./src/components/XtermPane.tsx","./src/lib/layout/LeafPane.tsx","./src/lib/layout/Pane.tsx","./src/lib/layout/SplitNode.tsx","./src/lib/layout/orchestration.tsx","./src/lib/layout/tree.test.ts","./src/lib/layout/tree.ts"],"version":"5.9.3"} \ No newline at end of file diff --git a/tsconfig.node.tsbuildinfo b/tsconfig.node.tsbuildinfo new file mode 100644 index 0000000..62c7bf9 --- /dev/null +++ b/tsconfig.node.tsbuildinfo @@ -0,0 +1 @@ +{"root":["./vite.config.ts"],"version":"5.9.3"} \ No newline at end of file