Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
branch_structure.json
temp_auto_push.bat
temp_interactive_push.bat
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import { Box, Typography } from '@mui/material';

export default function Home() {
useGetPetByIdQuery({ petId: 1 });
useGetPetByIdQuery({ petId: 1 });

Check failure on line 7 in src/app/page.tsx

View workflow job for this annotation

GitHub Actions / Lint & Jest

Delete `········`

Check failure on line 7 in src/app/page.tsx

View workflow job for this annotation

GitHub Actions / Lint & Jest

Delete `········`
return (
<main>
<Box
Expand Down
Loading