diff --git a/src/ui/components/Elements/Elements.tsx b/src/ui/components/Elements/Elements.tsx index 438eb89..fa3579e 100644 --- a/src/ui/components/Elements/Elements.tsx +++ b/src/ui/components/Elements/Elements.tsx @@ -1,5 +1,5 @@ import { useState, useEffect } from 'react'; -import { Input } from 'react-figma-ui'; +import { Input, IconButton } from 'react-figma-ui'; import { Configurator } from '../Configurator/Configurator'; import { availableOptions } from '../../../shared/constants/availableOptions'; @@ -38,6 +38,13 @@ export const Elements = () => { // TODO classnames
0 ? undefined : styles.fullLayout}>
+ {/* */} +