yohei0125 %!s(int64=3) %!d(string=hai) anos
pai
achega
1a89401e22
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/app/src/components/Theme/ThemeAntarctic.tsx

+ 1 - 1
packages/app/src/components/Theme/ThemeAntarctic.tsx

@@ -30,6 +30,6 @@ const ThemeAntarctic = ({ children, colorScheme }: Props): JSX.Element => {
     </>
   );
   return <ThemeInjector className={styles.theme}>{newChildren}</ThemeInjector>;
-
 };
+
 export default ThemeAntarctic;