fix: useEffect
This commit is contained in:
parent
fd8ecbeaca
commit
31a95fabea
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import { DefaultService } from "../../api/services/DefaultService";
|
|||
import { TitleCardSquare } from "../../components/cards/TitleCardSquare";
|
||||
import { TitleCardHorizontal } from "../../components/cards/TitleCardHorizontal";
|
||||
import type { Title } from "../../api";
|
||||
import { useState, useEffect } from "react";
|
||||
import { useState } from "react";
|
||||
|
||||
const PAGE_SIZE = 20;
|
||||
export default function TitlesPage() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue