Skip to content

Commit 0c8e5b3

Browse files
committed
Create IntBox component for course introduction box
1 parent 21cc788 commit 0c8e5b3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import React from 'react'
2+
3+
function IntBox() {
4+
return (
5+
<div className='bg-warning'>IntBox</div>
6+
)
7+
}
8+
9+
export default IntBox;

0 commit comments

Comments
 (0)