fixed remain errors
This commit is contained in:
9
src/pages/create-channel/index.page.tsx
Normal file
9
src/pages/create-channel/index.page.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import NewsfeedLayout from '@components/layouts/newsfeed';
|
||||
|
||||
export function Page() {
|
||||
return (
|
||||
<NewsfeedLayout>
|
||||
<h1>TODO</h1>
|
||||
</NewsfeedLayout>
|
||||
);
|
||||
}
|
||||
@@ -1,3 +1,11 @@
|
||||
import NewsfeedLayout from '@components/layouts/newsfeed';
|
||||
|
||||
export function Page() {
|
||||
return <></>;
|
||||
return (
|
||||
<NewsfeedLayout>
|
||||
<div className="flex h-full w-full items-center justify-center">
|
||||
<p className="text-sm text-zinc-400">Sorry, this feature under development, it will come in the next version</p>
|
||||
</div>
|
||||
</NewsfeedLayout>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user