refactor: migrate to mantine v5

This commit is contained in:
Elias Schneider
2022-10-10 22:14:23 +02:00
parent 68ce8af197
commit db7edc4cd6
14 changed files with 1073 additions and 859 deletions

View File

@@ -15,6 +15,7 @@ const signUp = async (email: string, password: string) => {
const signOut = () => {
setCookies("access_token", null);
setCookies("refresh_token", null);
window.location.reload();
};