mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-10 15:35:35 +00:00
refactor: apply prettier conf and cleanup
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { useState } from "react";
|
||||
import { useState } from 'react';
|
||||
|
||||
const useModal = () => {
|
||||
const [isShowing, setIsShowing] = useState<boolean>(false);
|
||||
|
||||
Reference in New Issue
Block a user