Skip to content

Commit ecbecc9

Browse files
obcodegitbutler-client
authored andcommitted
fix: rm unneded imports
1 parent 77f5e25 commit ecbecc9

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

src/lib/exam/GeneratedExamsTable.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
export let exams;
33
44
import { goto } from '$app/navigation';
5-
import ConstraintsTable from '$lib/ConstraintsTable.svelte';
6-
import { bgEvent } from '@event-calendar/core';
75
import { mkStarttime } from '$lib/jshelper/misc.js';
86
97
let searchTermAncode = '';

src/routes/nta/ntaWithRegs/+page.server.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { env } from '$env/dynamic/private';
22
import { request, gql } from 'graphql-request';
3-
import { append } from 'svelte/internal';
43

54
export async function load({ params }) {
65
const query = gql`

0 commit comments

Comments
 (0)