Skip to content

Commit

Permalink
fix(eb-app-ui): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
emrahcom committed Mar 27, 2024
1 parent 4669486 commit 3618aad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script lang="ts">
import { FORM_WIDTH } from "$lib/config";
import { action, getById, list } from "$lib/api";
import { action, list } from "$lib/api";
import {
SCHEDULE_TYPE_OPTIONS,
SCHEDULE_TYPE_OPTIONS_2,
Expand Down

0 comments on commit 3618aad

Please sign in to comment.