Posts

Showing posts from June, 2025
TiP - Shop Everything TiP Home Explore Cart Account Contact Us All Categories Electronics Clothing Home & Living Price: Low to High Price: High to Low Welcome to TiP!
import React from "react"; import { BrowserRouter as Router, Routes, Route } from "react-router-dom"; import { Home, Explore, Cart, Account, Contact, AdminPanel, Login } from "./pages"; import { Navbar } from "./components/Navbar"; import { AuthProvider } from "./context/AuthContext"; export default function App() { return ( } /> } /> } /> } /> } /> } /> } /> ); }