mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-29 22:02:46 -07:00
6 lines
110 B
TypeScript
6 lines
110 B
TypeScript
|
|
import * as React from 'react'
|
||
|
|
|
||
|
|
export default function Route(): JSX.Element {
|
||
|
|
return <h1>Test route</h1>
|
||
|
|
}
|