Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Doeunnkimm committed Jun 25, 2024
1 parent 50ecb1a commit be9cca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/second/page.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { SecondDomainExampleScreen } from '@sambad/domains/second-domain';
import Image from 'next/image';

import styles from '../page.module.css';

export default function Second() {
return (
<main className={styles.main}>
<SecondDomainExampleScreen />
test
</main>
);
}

0 comments on commit be9cca3

Please sign in to comment.