Skip to content

Commit e287785

Browse files
committed
Fix ESLint warnings
1 parent 6f71b34 commit e287785

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/components/home/HomeLayout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import React from 'react';
22
import styled from 'styled-components';
3-
import { mediaQuery } from '../../lib/styles/media';
43

54
export type HomeLayoutProps = {
65
main: React.ReactNode;

src/pages/home/HomePage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import HomeLayout from '../../components/home/HomeLayout';
77
import { Route } from 'react-router-dom';
88
import TrendingPostsPage from './TrendingPostsPage';
99
import RecentPostsPage from './RecentPostsPage';
10-
import HomeSidebar from '../../components/home/HomeSidebar';
1110
import FloatingHeader from '../../components/base/FloatingHeader';
1211

1312
export type HomePageProps = {};

0 commit comments

Comments
 (0)