kaori 4 anni fa
parent
commit
0445cf19c5
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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