mirror of
https://github.com/tooot-app/app
synced 2025-02-09 16:38:41 +01:00
7 lines
119 B
TypeScript
7 lines
119 B
TypeScript
|
import React from 'react'
|
||
|
import { Index } from 'src/Index'
|
||
|
|
||
|
const App: React.FC = () => <Index />
|
||
|
|
||
|
export default App
|