fixed tmux system theme loading

This commit is contained in:
2026-02-05 14:20:51 -05:00
parent e239b33042
commit 3d156403c7
3 changed files with 99 additions and 48 deletions

View File

@@ -1,5 +1,4 @@
import { createSignal } from "solid-js";
import { useRenderer } from "@opentui/solid";
import { Layout } from "./components/Layout";
import { Navigation } from "./components/Navigation";
import { TabNavigation } from "./components/TabNavigation";