mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
fixed
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
import { getData } from "../../actions/brandActions";
|
||||
import Brands from "../../components/Brand/brands";
|
||||
|
||||
export default async function BrandsPage() {
|
||||
const data = await getData();
|
||||
return (
|
||||
<div className="bg-gray-100 min-h-screen flex flex-col">
|
||||
<Brands brands={data} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user