chore: minor ui fixes

This commit is contained in:
Zakher Masri
2025-03-12 06:50:36 +03:00
parent 96ee890079
commit 3866b6b382
12 changed files with 410 additions and 325 deletions

View File

@@ -1,7 +1,7 @@
import TemplateGrid from "./components/TemplateGrid";
import Navigation from "./components/Navigation";
import Search from "./components/Search";
import { useStore } from "./store";
import { useStore } from "@/store";
import "./App.css";
function App() {