feat: init new editor design

This commit is contained in:
swve 2022-12-03 00:39:50 +01:00
parent d361e68dc0
commit f349378ff9
15 changed files with 264 additions and 136 deletions

View file

@ -1,7 +1,7 @@
import Link from "next/link";
import React from "react";
import Layout from "../../components/rename/UI/Layout";
import { Title } from "../../components/rename/UI/Elements/Styles/Title";
import Layout from "../../components//UI/Layout";
import { Title } from "../../components//UI/Elements/Styles/Title";
import { deleteOrganizationFromBackend, getUserOrganizations } from "../../services/orgs";
const Organizations = () => {