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 5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
6
< link rel ="icon " type ="image/x-icon " href ="/favicon.ico "/>
7
7
< 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 >
9
10
< script >
10
11
window . dataLayer = window . dataLayer || [ ] ;
11
-
12
- function gtag ( ) {
13
- dataLayer . push ( arguments ) ;
14
- }
15
-
12
+ function gtag ( ) { dataLayer . push ( arguments ) ; }
16
13
gtag ( 'js' , new Date ( ) ) ;
17
- gtag ( 'config' , 'G-DT82RSKK0Z ' ) ;
14
+ gtag ( 'config' , 'G-YKHQEGSWNP ' ) ;
18
15
</ script >
19
16
</ head >
20
17
< body class ="w-dvw h-dvh ">
Original file line number Diff line number Diff line change 1
1
import Home from "./pages/home/Home" ;
2
+ import { BrowserRouter } from "react-router-dom" ;
3
+ import { Route , Routes } from "react-router" ;
4
+
2
5
const App = ( ) => {
3
6
return < BrowserRouter >
4
7
< Routes >
You can’t perform that action at this time.
0 commit comments