FIX: Better support for mobile phones

This commit is contained in:
Nicolás Hatcher
2024-10-09 18:08:06 +02:00
committed by Nicolás Hatcher Andrés
parent 58dfdd329e
commit 4016eb5944
5 changed files with 24 additions and 5 deletions

View File

@@ -21,6 +21,7 @@ import InsertRowAboveIcon from "./insert-row-above.svg?react";
import InsertRowBelow from "./insert-row-below.svg?react";
import IronCalcLogo from "./orange+black.svg?react";
import IronCalcIcon from "./ironcalc_icon.svg?react";
import Fx from "./fx.svg?react";
@@ -44,6 +45,7 @@ export {
InsertColumnRightIcon,
InsertRowAboveIcon,
InsertRowBelow,
IronCalcIcon,
IronCalcLogo,
Fx,
};