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