yohei0125 před 3 roky
rodič
revize
1a89401e22

+ 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;