Skip to content

Commit

Permalink
merging paths update
Browse files Browse the repository at this point in the history
  • Loading branch information
mikefranze committed Dec 17, 2023
1 parent 2d69cba commit 3b91288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Sandbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import MenuItem from "@mui/material/MenuItem";
import Button from "@mui/material/Button";
import { Box, InputLabel } from "@mui/material";
import { useGetSandboxResults } from '../hooks/useAPI';
import { VotingMethod } from '../../../domain_model/Race';
import { VotingMethod } from '@domain_model/Race';

const Sandbox = () => {

Expand Down

0 comments on commit 3b91288

Please sign in to comment.