yohei0125 hace 3 años
padre
commit
1a89401e22
Se han modificado 1 ficheros con 1 adiciones y 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;