create toaster,tooltip,add icons

This commit is contained in:
yzned
2025-07-18 18:29:43 +03:00
committed by yzned
parent ca6dfe6ccb
commit d249f0d291
15 changed files with 640 additions and 38 deletions

View File

@@ -1,4 +1,3 @@
import { TextLink } from "@/components/ui/text-link";
import { createFileRoute } from "@tanstack/react-router";
export const Route = createFileRoute("/")({
@@ -6,9 +5,5 @@ export const Route = createFileRoute("/")({
});
function App() {
return (
<div className="p-4">
<TextLink>Lable</TextLink>
</div>
);
return <div className="p-4">hi</div>;
}