refactor: rename pastel app to color and update all references
This commit is contained in:
11
app/(app)/color/layout.tsx
Normal file
11
app/(app)/color/layout.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
export default function ColorLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
return (
|
||||
<>
|
||||
{children}
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user