🏬 OrgDetail ui

ref #16
This commit is contained in:
2021-01-15 19:14:46 +01:00
parent bdc0de6ada
commit 7a09869b0c
3 changed files with 164 additions and 80 deletions

View File

@@ -1,6 +1,6 @@
<script>
import { _ } from "svelte-i18n";
import { UserService, RunnerOrganisationService } from "@odit/lfk-client-js";
import { RunnerOrganisationService } from "@odit/lfk-client-js";
import "gridjs/dist/theme/mermaid.css";
import store from "../store";
import OrgsEmptyState from "./OrgsEmptyState.svelte";