Skip to content

Commit

Permalink
change case of useInfiniteScroll.js
Browse files Browse the repository at this point in the history
  • Loading branch information
max-berman committed May 31, 2021
1 parent 263992a commit a6fa000
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/List.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState, useEffect } from 'react'
import API from '../configData.json'
import useInfiniteScroll from '../hooks/UseInfiniteScroll'
import useInfiniteScroll from '../hooks/useInfiniteScroll'
import useStickyState from '../hooks/useStickyState'
import style from './List.module.css'
import Card from './Card'
Expand Down
File renamed without changes.

0 comments on commit a6fa000

Please sign in to comment.