Skip to content

Commit

Permalink
chore: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Jan 6, 2025
1 parent ed5c398 commit 8aac277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/view/ItemGrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import cx from 'classnames'
import PropTypes from 'prop-types'
import React, { useState, useEffect, useRef } from 'react'
import { Responsive as ResponsiveReactGridLayout } from 'react-grid-layout'
import { useContainerWidth } from '../../components/DashboardContainer.js'
import { useSelector } from 'react-redux'
import { useContainerWidth } from '../../components/DashboardContainer.js'
import { Item } from '../../components/Item/Item.js'
import NoContentMessage from '../../components/NoContentMessage.js'
import ProgressiveLoadingContainer from '../../components/ProgressiveLoadingContainer.js'
Expand Down

0 comments on commit 8aac277

Please sign in to comment.