fixed page crash

This commit is contained in:
Elyor Djalilov 2022-11-29 15:17:42 +05:00
parent 78e9677237
commit 4e63364b6f

View File

@ -1,4 +1,5 @@
import React from "react";
import { useTranslation } from "react-i18next";
import styled from "styled-components";
import Button from "@docspace/components/button";
import { HexColorPicker, HexColorInput } from "react-colorful";