stylist / frontend / src / app / (profile) / profile / page.tsx
page.tsx
Raw
//import styles from './page.module.scss';

import ProfilePage from '@/pages/ProfilePage/ProfilePage';

//import LandingPage from '@/pages/LandingPage/LandingPage';

export default function page() {
  return (
    <main>
      <ProfilePage />
    </main>
  );
}