mirror of
https://github.com/tooot-app/app
synced 2025-02-03 20:07:52 +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
|