import React from 'react'; interface GridShellProps { children: React.ReactNode; } export function GridShell({ children }: GridShellProps) { return (