small improvements

This commit is contained in:
Daniel
2023-05-27 21:30:48 +03:30
parent aef0a90f43
commit 10727937b5
2 changed files with 3 additions and 13 deletions
-1
View File
@@ -4,7 +4,6 @@
// You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
import { create } from "zustand";
import { User } from "@prisma/client";
import { AccountSettings } from "@/types/global";
import avatarExists from "@/lib/client/avatarExists";