Skip to content

Commit

Permalink
Remove unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanyychen committed Apr 17, 2024
1 parent f0dc274 commit f7db0ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/Pages/ProfileEdit.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<script>
import { navigate } from "svelte-routing";
import Layout from "../Layout.svelte";
import { get_custom_elements_slots } from "svelte/internal";
let user_groups = []
Expand Down

0 comments on commit f7db0ea

Please sign in to comment.