feat(ui): copied to clipboard message
This commit is contained in:
5
ui/src/hooks/useTheme.ts
Normal file
5
ui/src/hooks/useTheme.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { useTheme } from "ahooks";
|
||||
|
||||
export default () => {
|
||||
return useTheme({ localStorageKey: "certimate-ui-theme" });
|
||||
};
|
||||
Reference in New Issue
Block a user