All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m4s
3 lines
143 B
TypeScript
3 lines
143 B
TypeScript
export default function ArcadeLayout({ children }: { children: React.ReactNode }) {
|
|
return <div className="arcade-route">{children}</div>;
|
|
}
|