mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
committing wiht errors wbut better than before, moved some stuff more moving coming,
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user