jam411 3 yıl önce
ebeveyn
işleme
0c37fac429

+ 0 - 1
packages/app/src/components/PageList/BookmarkList.tsx

@@ -76,5 +76,4 @@ export const BookmarkList = (props: BookmarkListProps): JSX.Element => {
       )}
     </div>
   );
-
 };

+ 0 - 2
packages/app/src/components/UsersHomePageFooter.tsx

@@ -12,7 +12,6 @@ export type UsersHomePageFooterProps = {
 }
 
 export const UsersHomePageFooter = (props: UsersHomePageFooterProps): JSX.Element => {
-
   const { t } = useTranslation();
   const { creatorId } = props;
 
@@ -38,5 +37,4 @@ export const UsersHomePageFooter = (props: UsersHomePageFooterProps): JSX.Elemen
       </div>
     </div>
   );
-
 };