Skip to content

Commit

Permalink
feat: otherpage dynamic routing 으로 변경 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeeZinu committed May 31, 2024
1 parent 8cf30ed commit aa9e1a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import cn from "@/utils/classNames";
import styles from "./MyPage.module.scss";
import styles from "./OtherPage.module.scss";

export default function OtherPage() {
return <div className={cn(styles.container)}>OtherPage</div>;
Expand Down
1 change: 0 additions & 1 deletion src/app/(userpage)/otherpage/index.ts

This file was deleted.

0 comments on commit aa9e1a4

Please sign in to comment.