chore: stop using alias imports
This commit is contained in:
parent
ad7a2eac4e
commit
b48c590bc8
243 changed files with 1061 additions and 1080 deletions
|
|
@ -2,9 +2,9 @@ import Paper from '@mui/material/Paper'
|
|||
import { format } from 'date-fns/fp'
|
||||
import * as R from 'ramda'
|
||||
import { React, useState } from 'react'
|
||||
import { InformativeDialog } from 'src/components/InformativeDialog'
|
||||
import { Label2, H3 } from 'src/components/typography'
|
||||
import CameraIcon from 'src/styling/icons/ID/photo/comet.svg?react'
|
||||
import { InformativeDialog } from '../../components/InformativeDialog'
|
||||
import { Label2, H3 } from '../../components/typography'
|
||||
import CameraIcon from '../../styling/icons/ID/photo/comet.svg?react'
|
||||
|
||||
import PhotosCarousel from './components/PhotosCarousel'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue