add i18n, products, productors and forms as tables
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Outlet } from "react-router";
|
||||
import { Navbar } from "./components/Navbar";
|
||||
import { Footer } from "./components/Footer";
|
||||
import { Navbar } from "@/components/Navbar";
|
||||
import { Footer } from "@/components/Footer";
|
||||
|
||||
export default function Root() {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user