Skip to content

Commit

Permalink
remove useEffect
Browse files Browse the repository at this point in the history
  • Loading branch information
weweweok committed Dec 23, 2023
1 parent bd9a1f7 commit 2935a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dormitory/{Character.characterId}.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { faHome } from "@fortawesome/free-solid-svg-icons"
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"
import { Link, navigate, PageProps } from "gatsby"
import { GatsbyImage } from "gatsby-plugin-image"
import React, { useMemo, useState, useEffect } from "react"
import React, { useMemo, useState } from "react"
import { Page } from "../../components/page"
import PlayButton from "../../components/playButton"
import Seo from "../../components/seo"
Expand Down

0 comments on commit 2935a24

Please sign in to comment.