Skip to content

Commit

Permalink
Merge pull request #27 from a-company-jp/fix/typo
Browse files Browse the repository at this point in the history
✏️ [Fix] typo
  • Loading branch information
Najah7 authored Apr 14, 2024
2 parents 68aeaf2 + 912d6db commit fa70e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import './App.css';
import CardList from './components/CardList';
import SendImageButton from './components/SendImageButton';
import { UIProvider } from "@yamada-ui/react"
import { Pagination } from './components/Pagination/indext';
import { Pagination } from './components/Pagination';
import { useState } from 'react';
import useLGTMFetch from './hooks/useLGTMFetch';

Expand Down

0 comments on commit fa70e8f

Please sign in to comment.