clean up some stuff, moved around other

This commit is contained in:
Maieul BOYER 2025-12-22 12:19:32 +01:00 committed by Maix0
parent 117b535962
commit 5615049a15
16 changed files with 80 additions and 84 deletions

View file

@ -1,4 +1,4 @@
import { addRoute, getRoute, handleRoute, navigateTo, setTitle } from "@app/routing";
import { addRoute, handleRoute, navigateTo, setTitle } from "@app/routing";
import { showError, showSuccess } from "@app/toast";
import page from "./profile.html?raw";
import { updateUser } from "@app/auth";