File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import type { ReactNode } from "react" ;
22
33export function DockGroup ( {
4- label,
4+ label : _label ,
55 children,
66} : {
77 label : string ;
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ export function ThemePicker() {
3030 return ( ) => document . removeEventListener ( "mousedown" , h ) ;
3131 } , [ open ] ) ;
3232
33- const current = THEMES . find ( ( t ) => t . id === theme ) ;
3433
3534 return (
3635 < div className = "relative" ref = { ref } >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import "@fontsource/inter/700.css";
77// @ts -expect-error — fontsource variable font CSS import
88import "@fontsource-variable/jetbrains-mono" ;
99import "./index.css" ;
10- import { App } from "./app .tsx" ;
10+ import { App } from "./App .tsx" ;
1111import { useEditorV2Store } from "./store/editor-store.ts" ;
1212
1313// Apply saved UI scale before first paint
You can’t perform that action at this time.
0 commit comments