* chore: add typescript and dependencies
* refactor: remove react imports
* refactor: fix entrypoint
* chore: upgrade chakra and deps
* chore: configure eslint
This commit is contained in:
Carlos Valente
2022-09-14 21:01:58 +02:00
committed by GitHub
parent e40d750673
commit b7e758bf24
114 changed files with 1216 additions and 743 deletions
@@ -1,4 +1,4 @@
import React, { useCallback, useEffect, useState } from 'react';
import { useCallback, useEffect, useState } from 'react';
import PropTypes from 'prop-types';
import { AutoTextArea } from '../../../common/components/input/AutoTextArea';
@@ -1,4 +1,3 @@
import React from 'react';
import { Tooltip } from '@chakra-ui/tooltip';
import { IoPause } from '@react-icons/all-files/io5/IoPause';
import { IoPlay } from '@react-icons/all-files/io5/IoPlay';
@@ -1,4 +1,3 @@
import React from 'react';
import { Tooltip } from '@chakra-ui/tooltip';
import { useSortable } from '@dnd-kit/sortable';
import { CSS } from '@dnd-kit/utilities';
@@ -1,4 +1,3 @@
import React from 'react';
import { Button } from '@chakra-ui/button';
import PropTypes from 'prop-types';