mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
10 lines
120 B
TypeScript
10 lines
120 B
TypeScript
|
|
import Link from "next/link";
|
||
|
|
|
||
|
|
export default function BB_Base_Component() {
|
||
|
|
|
||
|
|
return (
|
||
|
|
(
|
||
|
|
<div />
|
||
|
|
)
|
||
|
|
)
|
||
|
|
}
|