import { A } from '@solidjs/router'; import AdminShell from '~/components/AdminShell'; export default function AdminIndex() { return (

Admin Builder

Pick what you want to configure.

); }