Skip to content

Instantly share code, notes, and snippets.

@Priceless-P
Created April 17, 2022 11:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Priceless-P/265a47c36e1ef91f5ff90d73f377392c to your computer and use it in GitHub Desktop.
Save Priceless-P/265a47c36e1ef91f5ff90d73f377392c to your computer and use it in GitHub Desktop.
import React from 'react';
import { BrowserRouter, Link, Route, Routes } from 'react-router-dom'
import Home from './component/Home';
import Quiz from './component/Quiz';
import Learn from './component/Learn';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment