Skip to content

Commit

Permalink
Fix Hot Module Reload (#2321)
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyentvan7 authored Jul 18, 2024
1 parent 101ac6c commit 729b8e9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@ import {
import { useContext, useMemo } from 'react'
import { useTranslation } from 'react-i18next'

export const artifactsSlotsToSelectMainStats = [
'sands',
'goblet',
'circlet',
] as const
const artifactsSlotsToSelectMainStats = ['sands', 'goblet', 'circlet'] as const

export default function MainStatSelectionCard({
disabled = false,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 729b8e9

Please sign in to comment.