Skip to content

Commit

Permalink
๐Ÿ“ฆ๏ธ ci: ๋นŒ๋“œ ์—๋Ÿฌ ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
baegyeong committed Nov 28, 2024
1 parent 755e39b commit 478d06d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"socket.io-client": "^4.8.1",
"tailwind-merge": "^2.5.4",
"zod": "^3.23.8"
"tailwind-merge": "^2.5.4"
},
"devDependencies": {
"@chromatic-com/storybook": "3.2.2",
Expand Down
1 change: 1 addition & 0 deletions packages/frontend/src/components/layouts/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const Layout = () => {
<div className="h-full overflow-auto px-16 py-16 md:px-24 lg:px-28 xl:px-44">
<Outlet />
</div>
</main>
</div>
);
};

0 comments on commit 478d06d

Please sign in to comment.