Skip to content

Commit f97cae9

Browse files
committed
refactor(app): remove unused tests and update route imports for 2023 edition
1 parent 6e088f4 commit f97cae9

File tree

3 files changed

+449
-483
lines changed

3 files changed

+449
-483
lines changed

src/2024/HomeWrapper2024.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const StyledContainer = styled.div`
2020
}
2121
`;
2222

23-
const HomeWrapper2024: FC<React.PropsWithChildren<unknown>> = () => {
23+
export const HomeWrapper2024: FC<React.PropsWithChildren<unknown>> = () => {
2424
const { hash } = useLocation();
2525

2626
React.useEffect(() => {
@@ -45,5 +45,3 @@ const HomeWrapper2024: FC<React.PropsWithChildren<unknown>> = () => {
4545
</StyledContainer>
4646
);
4747
};
48-
49-
export default HomeWrapper2024;

src/App.test.tsx

Lines changed: 0 additions & 179 deletions
This file was deleted.

0 commit comments

Comments
 (0)