diff --git a/front/js/main.js b/front/js/main.js index 5b0e3c3..6ff816f 100644 --- a/front/js/main.js +++ b/front/js/main.js @@ -2,7 +2,6 @@ import {axiosInstance} from "./bootstrap"; import "../sass/app.scss"; import Account from "./svelte/Account.svelte"; import Channel from "./svelte/Channel.svelte"; -import * as bootstrap from "bootstrap"; import Mustache from "mustache"; import 'htmx.org'; diff --git a/front/js/svelte/content/Index.svelte b/front/js/svelte/content/Index.svelte index 121e501..bed46d8 100644 --- a/front/js/svelte/content/Index.svelte +++ b/front/js/svelte/content/Index.svelte @@ -4,7 +4,6 @@ import ActionsOnSelected from "./ActionsOnSelected.svelte"; import Table from "./Table.svelte"; import {getContext} from "svelte"; - import Grid from "./Grid.svelte"; const axios = getContext("axios"); export let schema; @@ -71,40 +70,19 @@ /> {/if} - {#if schema.type === "collection"} -