mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-05 18:26:45 -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 />
|
|
)
|
|
)
|
|
} |