mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-29 13:52:46 -07:00
4 lines
80 B
TypeScript
4 lines
80 B
TypeScript
|
|
export const ImportedRoute(): JSX.Element => {
|
||
|
|
return <h1>Imported route</h1>
|
||
|
|
}
|