Merge branch 'db' of github.com:logspace-ai/langflow into db

This commit is contained in:
Lucas Oliveira 2023-06-15 15:45:08 -03:00
commit f4dcc5da5c

View file

@ -11,6 +11,7 @@ const Router = () => {
<Route path="/flow/:id/">
<Route path="" element={<FlowPage />} />
</Route>
<Route path="*" element={<HomePage/>}/>
</Routes>
);
};