import { Container } from '@/components/common/container';
import { Demo4Content } from '.';
import Page  from '../../public-profile/profiles/default/page';

export function Demo4Page() {
  return (
    <Container>
      {/* <Demo4Content /> */}
      <Page/>
    </Container>
  );
}
