I would like to use React-Admin without resources defined but only with custom routes, is it possible?
<Admin title="Panel" basename="/" dashboard={Home} layout={CustomLayout} i18nProvider={i18nProvider}>
<CustomRoutes>
<Route path="/documentation" element={<>Documentation</>} />
</CustomRoutes>
</Admin>