import ThemeProvider from '@/components/ThemeProvider' import { GraphViewer } from '@/GraphViewer' function App() { return (
) } export default App