refactor: apply prettier conf and cleanup

This commit is contained in:
Sonny
2023-11-26 02:04:09 +01:00
parent c0af440302
commit 9a5f661df4
120 changed files with 1229 additions and 9101 deletions

View File

@@ -1,4 +1,4 @@
import { useState } from "react";
import { useState } from 'react';
const useModal = () => {
const [isShowing, setIsShowing] = useState<boolean>(false);