Files
lst/frontend/.tanstack/tmp/ee07e1ba-e2cc6056c569c2037efc54256a0dbfd2

10 lines
256 B
Plaintext

import { createFileRoute } from '@tanstack/react-router'
export const Route = createFileRoute('/(mobileStuff)/_mobileLayout/m/')({
component: RouteComponent,
})
function RouteComponent() {
return <div>Hello "/(mobileStuff)/_mobileLayout/m/"!</div>
}