Skip to content

Commit

Permalink
make import relative
Browse files Browse the repository at this point in the history
  • Loading branch information
adrastaea committed Feb 6, 2025
1 parent 3aa4703 commit a768816
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
import React, { useEffect, useState } from 'react'
import { useDispatch, useSelector } from 'react-redux'

import { styled } from '@mui/material/styles'
import Typography from '@mui/material/Typography'

import { Site } from '@quiet/common'
import { connection } from '@quiet/state-manager'

import { QRCodeComponent } from './QRCode.component'
import { createLogger } from 'packages/desktop/src/renderer/logger'
import { createLogger } from '../../../../logger'

const logger = createLogger('QRCode')

Expand Down

0 comments on commit a768816

Please sign in to comment.