Skip to content

Commit a40926a

Browse files
committed
update
1 parent aafcc81 commit a40926a

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

src/App.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ const App = () => {
2020
<Upcoming></Upcoming>
2121
<Title title='Glimpses' subtitle='sneekpeek from past events'></Title>
2222
<Glimpses> </Glimpses>
23+
<Title title='TESTIMONIALS' subtitle='What student says'></Title>
24+
2325
</div>
2426
</div>
2527
)

src/assets/Components/Testimonials/Testimonial.css

Whitespace-only changes.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import React from 'react'
2+
3+
const Testimonial = () => {
4+
return (
5+
<div>
6+
7+
</div>
8+
)
9+
}
10+
11+
export default Testimonial

0 commit comments

Comments
 (0)