Skip to content

Commit

Permalink
refactor : 불필요 div 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
guesung committed Jul 11, 2023
1 parent 8d5121a commit a7843d1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/grouping/create/page.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import InputForm from './InputForm';

export default function CreateMeeting() {
return (
<div>
<InputForm />
</div>
);
return <InputForm />;
}

0 comments on commit a7843d1

Please sign in to comment.