add: delete and edit accounts page

This commit is contained in:
2023-12-01 01:29:56 +01:00
parent c2b6dbb989
commit 25f315c24f
12 changed files with 232 additions and 23 deletions

View File

@ -1,4 +1,5 @@
from .register import *
from .login import *
from .logout import *
from .edit import *
from .delete import *