diff --git a/web/pages/organization.tsx b/web/pages/organization.tsx index b39363f8..830e9215 100644 --- a/web/pages/organization.tsx +++ b/web/pages/organization.tsx @@ -1,25 +1,26 @@ import {LovePage} from 'web/components/love-page' import {GeneralButton} from "web/components/buttons/general-button"; +import clsx from "clsx"; +import {Col} from "web/components/layout/col"; export default function Organization() { return ( -
-
-
-
-

Organization

- - - - - - -
-
-
-
+

Organization

+ + + + + + + +
) }