chore: stop using alias imports
This commit is contained in:
parent
ad7a2eac4e
commit
b48c590bc8
243 changed files with 1061 additions and 1080 deletions
|
|
@ -4,7 +4,7 @@ import classnames from 'classnames'
|
|||
import * as R from 'ramda'
|
||||
import React, { useState } from 'react'
|
||||
|
||||
import { white } from 'src/styling/variables'
|
||||
import { white } from '../styling/variables'
|
||||
import classes from './Popper.module.css'
|
||||
|
||||
const Popover = ({ children, bgColor = white, className, ...props }) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue