diff --git a/src/frontend/src/components/populateLeft.tsx b/src/frontend/src/components/PopulateLeftSection.tsx similarity index 100% rename from src/frontend/src/components/populateLeft.tsx rename to src/frontend/src/components/PopulateLeftSection.tsx diff --git a/src/frontend/src/pages/MainPage.tsx b/src/frontend/src/pages/MainPage.tsx index 1f0b97c76..5ab40f7ae 100644 --- a/src/frontend/src/pages/MainPage.tsx +++ b/src/frontend/src/pages/MainPage.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import Populate from '../components/PopulateLeft'; +import Populate from '../components/PopulateLeftSection'; import SearchBar from '../components/SearchBar'; // import { AptType } from '../components/Types'; import RightSection from '../sections/MainPageRightSection';