Skip to content

Commit

Permalink
feat: reduce operational cost, why does next keep doing this to me?
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixNgFender committed Nov 2, 2024
1 parent bc1f318 commit 818f368
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
13 changes: 13 additions & 0 deletions src/app/studio/(features)/remix/_layout.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// type RemixLayoutProps = {
// children: React.ReactNode;
// };
//
// const RemixLayout = ({ children }: RemixLayoutProps) => {
// return (
// <section className="container relative flex h-full max-w-screen-lg flex-col space-y-4 py-4">
// {children}
// </section>
// );
// };
//
// export default RemixLayout;
File renamed without changes.
13 changes: 0 additions & 13 deletions src/app/studio/(features)/remix/layout.tsx

This file was deleted.

0 comments on commit 818f368

Please sign in to comment.