feat: hoverable tooltip

This commit is contained in:
Sérgio Salgado 2020-12-03 19:07:16 +00:00 committed by Josh Harvey
parent 6170624be0
commit c1d781d488
9 changed files with 57 additions and 24 deletions

View file

@ -5,7 +5,7 @@ import * as R from 'ramda'
import React, { useState } from 'react'
import { v4 } from 'uuid'
import Tooltip from 'src/components/Tooltip'
import { Tooltip } from 'src/components/Tooltip'
import { Link, Button } from 'src/components/buttons'
import { Table as EditableTable } from 'src/components/editableTable'
import { Switch } from 'src/components/inputs'