fix: stop using decorum on linux

This commit is contained in:
2024-09-14 15:08:40 +07:00
parent 278773433d
commit d2889edf99
5 changed files with 8 additions and 10 deletions

View File

@@ -5,6 +5,7 @@ import { LRUCache } from "lru-cache";
import { StrictMode } from "react";
import ReactDOM from "react-dom/client";
import "./global.css";
// Import the generated commands
import { commands } from "./commands";
// Import the generated route tree
import { routeTree } from "./routes.gen";