refactor: run formatter

This commit is contained in:
Elias Schneider
2022-10-16 00:14:02 +02:00
parent 83cde4778a
commit c5099ce2e8
8 changed files with 47 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
import { ActionIcon, Avatar, Menu } from "@mantine/core";
import { NextLink } from "@mantine/next";
import { TbDoorExit, TbLink } from "react-icons/tb";;
import { TbDoorExit, TbLink } from "react-icons/tb";
import authService from "../../services/auth.service";
const ActionAvatar = () => {