Moved @tensamin/ui out of monorepo
This commit is contained in:
parent
60635d07c2
commit
39aa70a9a6
62 changed files with 309 additions and 3320 deletions
|
|
@ -6,7 +6,9 @@ import {
|
|||
createRoute,
|
||||
createRouter,
|
||||
} from "@tanstack/react-router";
|
||||
|
||||
import "./index.css";
|
||||
import "@tensamin/ui/index.css";
|
||||
|
||||
import NotFound from "@/routes/404";
|
||||
|
||||
|
|
@ -25,7 +27,7 @@ import SocketContext from "@tensamin/ttp/context";
|
|||
import UserContext from "@tensamin/user/context";
|
||||
import DeeplinkContext from "@tensamin/tauri/deeplinkHandler";
|
||||
|
||||
import { ThemeProvider } from "@tensamin/ui/theme";
|
||||
import { ThemeProvider } from "@tensamin/ui";
|
||||
import z from "zod";
|
||||
|
||||
const wrapper = document.getElementById("root");
|
||||
|
|
|
|||
Loading…
Reference in a new issue