viewing teams invited to and stuff

This commit is contained in:
Arjun Patel
2022-01-24 14:24:38 -08:00
parent ab1179679b
commit 6a1873a84a
3 changed files with 106 additions and 70 deletions
+3
View File
@@ -0,0 +1,3 @@
export default function Pricing() {
return <div>this is the pricing page</div>;
}