committing wiht errors wbut better than before, moved some stuff more moving coming,

This commit is contained in:
2024-11-25 16:51:47 -05:00
parent 4c37b9b248
commit 0dfd533b71
19 changed files with 537 additions and 20 deletions

View File

@@ -1,6 +1,5 @@
import { Account } from "@/db/schema/Account";
import { Account } from "@db/schema/Account";
import { getData } from "../../actions/accountActions";
import Brands from "../../components/Brand/BrandsList";
export default async function AccountsPage() {
const data = await getData();

View File

@@ -1,7 +1,7 @@
import About from "../components/About";
import Contact from "../components/Contact";
import About from "../components/site/About";
import Contact from "../components/site/Contact";
import FeaturesSection from "../components/FeaturesSection";
import Footer from "../components/Footer ";
import Footer from "../components/site/Footer ";
import Header from "../components/Header";
import Hero from "../components/Hero";