Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
molnard1 committed May 27, 2024
1 parent 3fd260b commit f6a5d18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/pages/CasePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { useSelector } from 'react-redux';
import { Card, Text, Grid, Space } from '@mantine/core';
import ItemContainerCase from '../components/ItemContainerCase';
import CaseOpeningAnim from '../components/CaseOpeningAnim';
import { API_URL } from '../settings';

function CasePage() {
const { caseId } = useParams();
Expand Down

0 comments on commit f6a5d18

Please sign in to comment.