mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 04:50:36 +03:00
10 lines
119 B
TypeScript
10 lines
119 B
TypeScript
![]() |
function Divider() {
|
||
|
return (
|
||
|
<div
|
||
|
className='my-2 border-b'
|
||
|
|
||
|
/>
|
||
|
);
|
||
|
}
|
||
|
|
||
|
export default Divider;
|