File tree 3 files changed +9
-11
lines changed
3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 14
14
"@amcharts/amcharts4" : " ^4.10.36" ,
15
15
"@amcharts/amcharts5" : " ^5.3.15" ,
16
16
"@types/node" : " 20.2.5" ,
17
- "@types/react" : " 18.2.8" ,
18
- "@types/react-dom" : " 18.2.4" ,
19
- "@types/react-router-dom" : " ^5.3.3" ,
17
+ "@types/react" : " ^18.3.12" ,
18
+ "@types/react-dom" : " ^18.3.1" ,
20
19
"flexmonster" : " latest" ,
21
20
"highcharts" : " ^11.1.0" ,
22
- "next" : " 13.4.4 " ,
21
+ "next" : " 15.0.3 " ,
23
22
"open-cli" : " ^7.2.0" ,
24
- "react" : " 18.2.0 " ,
25
- "react-dom" : " 18.2.0 " ,
23
+ "react" : " ^ 18.3.1 " ,
24
+ "react-dom" : " ^ 18.3.1 " ,
26
25
"react-flexmonster" : " latest" ,
27
- "react-router-dom" : " ^5.2.0" ,
28
26
"typescript" : " 5.1.3"
29
27
}
30
28
}
Original file line number Diff line number Diff line change
1
+ @import "flexmonster/flexmonster.css" ;
2
+
1
3
/* Alignment */
2
4
body {
3
5
margin : 0 ;
Original file line number Diff line number Diff line change 1
1
import './globals.css'
2
- import 'flexmonster/flexmonster.css'
3
2
import TopMenu from '@/UIElements/TopMenu'
4
3
import SideMenu from '@/UIElements/SideMenu'
5
4
import { Inter } from 'next/font/google'
6
- import "flexmonster/flexmonster.css"
7
5
8
6
const inter = Inter ( { subsets : [ 'latin' ] } )
9
7
10
8
export const metadata = {
11
- title : 'Flexmonster Next App' ,
9
+ title : 'Flexmonster Next App'
12
10
}
13
11
14
12
export default function RootLayout ( {
@@ -31,4 +29,4 @@ export default function RootLayout({
31
29
</ body >
32
30
</ html >
33
31
)
34
- }
32
+ }
You can’t perform that action at this time.
0 commit comments