File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
66 < link rel ="icon " type ="image/x-icon " href ="/favicon.ico "/>
77 < title > modern robotics</ title >
8- < script async src ="https://www.googletagmanager.com/gtag/js?id=G-DT82RSKK0Z "> </ script >
8+ <!-- Google tag (gtag.js) -->
9+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-YKHQEGSWNP "> </ script >
910 < script >
1011 window . dataLayer = window . dataLayer || [ ] ;
11-
12- function gtag ( ) {
13- dataLayer . push ( arguments ) ;
14- }
15-
12+ function gtag ( ) { dataLayer . push ( arguments ) ; }
1613 gtag ( 'js' , new Date ( ) ) ;
17- gtag ( 'config' , 'G-DT82RSKK0Z ' ) ;
14+ gtag ( 'config' , 'G-YKHQEGSWNP ' ) ;
1815 </ script >
1916</ head >
2017< body class ="w-dvw h-dvh ">
Original file line number Diff line number Diff line change 11import Home from "./pages/home/Home" ;
2+ import { BrowserRouter } from "react-router-dom" ;
3+ import { Route , Routes } from "react-router" ;
4+
25const App = ( ) => {
36 return < BrowserRouter >
47 < Routes >
You can’t perform that action at this time.
0 commit comments