chore: stop using alias imports
This commit is contained in:
parent
ad7a2eac4e
commit
b48c590bc8
243 changed files with 1061 additions and 1080 deletions
|
|
@ -14,8 +14,8 @@ import {
|
|||
} from 'date-fns/fp'
|
||||
import * as R from 'ramda'
|
||||
import React, { useState } from 'react'
|
||||
import Arrow from 'src/styling/icons/arrow/month_change.svg?react'
|
||||
import RightArrow from 'src/styling/icons/arrow/month_change_right.svg?react'
|
||||
import Arrow from '../../styling/icons/arrow/month_change.svg?react'
|
||||
import RightArrow from '../../styling/icons/arrow/month_change_right.svg?react'
|
||||
|
||||
import Tile from './Tile'
|
||||
import classes from './Calendar.module.css'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue