10 lines
157 B
TypeScript
10 lines
157 B
TypeScript
|
const NORVideos = () => {
|
||
|
return (
|
||
|
<section className="min-h-screen" id="norvideos">
|
||
|
NORVideos
|
||
|
</section>
|
||
|
);
|
||
|
};
|
||
|
|
||
|
export default NORVideos;
|