kaori 4 anos atrás
pai
commit
0445cf19c5
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      packages/app/src/stores/ui.tsx

+ 0 - 1
packages/app/src/stores/ui.tsx

@@ -426,7 +426,6 @@ export const usePageRenameModalOpened = (): SWRResponse<boolean, Error> => {
 };
 
 // PagePresentationModal
-
 type PresentationModalStatus = {
   isOpened: boolean,
   href?: string