Final fix for build worthiness

This commit is contained in:
2024-11-10 23:41:26 -06:00
parent 7e4d233468
commit 7e7671c977

View File

@@ -1,8 +1,7 @@
import { RouterProvider, createRouter } from "@tanstack/react-router";
import { StrictMode } from "react";
import { getSession } from "@/lib/auth";
import ReactDOM from "react-dom/client";
import "./index.css";
import "@/index.css";
// Import the generated route tree
import { routeTree } from "./routeTree.gen";