Untitled
Anonymous
plain_text
08/11/2023 3:58 PM
260 B
22
Indexable
const App = () => {
return (
<Router>
<Routes>
<Route path="/" element={<BrandFilterContainer />} />
</Routes>
</Router>
);
};
export default App;
Editor is loading...