drfeely.com/website/app/(pages)/nor/views/NORVideos.tsx

10 lines
157 B
TypeScript

const NORVideos = () => {
return (
<section className="min-h-screen" id="norvideos">
NORVideos
</section>
);
};
export default NORVideos;