mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 10:46:44 -05:00
fixed 4 errors
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { getPSA, getLowerBuildKits, getProductType} from "@queries/PSA";
|
||||
import { psa } from '@db/schema/Psa';
|
||||
import partTypes from 'src/data/parts_cats.json';
|
||||
import styles from '../styles.module.css';
|
||||
import styles from '../styles.module.css';
|
||||
|
||||
export default async function GripsPage() {
|
||||
export default async function PartsPage() {
|
||||
const psa = await getProductType(partTypes["AR PARTS"]);
|
||||
|
||||
return (
|
||||
|
||||
@@ -10,8 +10,8 @@ export default function RootLayout({
|
||||
children: React.ReactNode
|
||||
}) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body>{children}</body>
|
||||
</html>
|
||||
<>
|
||||
{children}
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user