diff --git a/bundle-src/src/graphics/rosesFencing/index.tsx b/bundle-src/src/graphics/rosesFencing/index.tsx index 783db23..5a940d9 100644 --- a/bundle-src/src/graphics/rosesFencing/index.tsx +++ b/bundle-src/src/graphics/rosesFencing/index.tsx @@ -1,5 +1,5 @@ import { useOnlyReplicantValue } from "common/useReplicant"; -import type { State } from "@ystv/scores/src/common/sports/hockey"; +import type { State } from "@ystv/scores/src/common/sports/rosesFencing"; import { ControlRosesFencing } from "../../common/types/control-rosesFencing"; import { GraphicContainer } from "../common/container"; import { Scoreboard } from "../americanFootball/Scoreboard/Scoreboard";