diff --git a/teachertool/src/components/HomeScreen.tsx b/teachertool/src/components/HomeScreen.tsx index 2de216ecfa1a..bd9cb646be85 100644 --- a/teachertool/src/components/HomeScreen.tsx +++ b/teachertool/src/components/HomeScreen.tsx @@ -5,7 +5,7 @@ import { Button } from "react-common/components/controls/Button"; import { classList } from "react-common/components/util"; import { showModal } from "../transforms/showModal"; import { resetRubricAsync } from "../transforms/resetRubricAsync"; -import Constants, { Ticks } from "../constants"; +import { Constants, Strings, Ticks } from "../constants"; import { Swiper, SwiperSlide } from "swiper/react"; import { Mousewheel, Navigation } from "swiper"; @@ -60,7 +60,7 @@ const Carousel: React.FC = ({ children }) => { return ( {