export default function Page() { const content = '<- Select a project from sidebar'; return (
{content}
); }