(fix): actually migrate all the imports from tensamin/ui to methanium/ui
(feat): update legal loading screen
This commit is contained in:
parent
f9f8d5c6c1
commit
25c7ee7c26
54 changed files with 71 additions and 87 deletions
|
|
@ -9,7 +9,7 @@ import {
|
|||
Input,
|
||||
Button,
|
||||
useIsMobile,
|
||||
} from "@tensamin/ui";
|
||||
} from "@methanium/ui";
|
||||
import z from "zod";
|
||||
import { useMTP } from "@tensamin/mtp";
|
||||
import { useState } from "react";
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import Sidebar from "@/components/sidebar";
|
|||
import Navbar, { MobileNavbar } from "@/components/navbar";
|
||||
import { useShowMobileNavbar } from "./useShowMobileNavbar";
|
||||
|
||||
import { useIsMobile, cn, SidebarProvider } from "@tensamin/ui";
|
||||
import { useIsMobile, cn, SidebarProvider } from "@methanium/ui";
|
||||
|
||||
import { isTauri } from "@tauri-apps/api/core";
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
import Form from "@/components/screens/login/form";
|
||||
import { CreateScreen } from "@tensamin/ui";
|
||||
import { CreateScreen } from "@methanium/ui";
|
||||
|
||||
/**
|
||||
* Executes Page.
|
||||
|
|
|
|||
Loading…
Reference in a new issue