import React from 'react' import './index.css' import './styles/tailwind.css' import AppShell from './components/AppShell' const App: React.FC = () => { return } export default App