generated from Luis/nextjs-python-web-template
Fixed sidebar and did problem
This commit is contained in:
5
pkgs/ui/src/app/client/page.tsx
Normal file
5
pkgs/ui/src/app/client/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import Client from "@/app/client/client";
|
||||
|
||||
export default function Page() {
|
||||
return <Client />;
|
||||
}
|
||||
Reference in New Issue
Block a user