File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change 1
- import Image1 from '../public/assets/images/image1.jpg' ;
2
- import Image2 from '../public/assets/images/image2.jpg' ;
3
- import Image3 from '../public/assets/images/image3.jpg' ;
4
-
5
- function Presentation ( ) {
6
- return (
7
- < div >
8
- < img src = { Image1 } alt = "Image 1" style = { { width : '50%' , height : 'auto' } } />
9
- < img src = { Image2 } alt = "Image 2" style = { { width : '50%' , height : 'auto' } } />
10
- < img src = { Image3 } alt = "Image 3" style = { { width : '50%' , height : 'auto' } } />
11
- </ div >
12
- ) ;
13
- }
14
1
// Image1Component.js
15
2
import Image1 from '../public/assets/images/Democratic-Platform-Governance.png' ;
16
3
@@ -32,6 +19,7 @@ function Image2Component() {
32
19
</ div >
33
20
) ;
34
21
}
22
+
35
23
// Image3Component.js
36
24
import Image3 from '../public/assets/images/tension-between-free-speech-absolutism-and-practical-moderation.png' ;
37
25
@@ -42,7 +30,7 @@ function Image3Component() {
42
30
</ div >
43
31
) ;
44
32
}
45
- // Presentation.js
33
+
46
34
// Presentation.js
47
35
import Image1Component from './Image1Component' ;
48
36
import Image2Component from './Image2Component' ;
You can’t perform that action at this time.
0 commit comments