// App.tsx import React from 'react'; import Navigation from "./navigation/Navigation"; import store from "./redux/store"; import { Provider } from "react-redux"; export default function App() { return ( ); }