File tree Expand file tree Collapse file tree 6 files changed +4
-4
lines changed Expand file tree Collapse file tree 6 files changed +4
-4
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const ButtonContainer = styled.div`
17
17
align-items: center;
18
18
` ;
19
19
20
- const Explore : React . FC = ( ) => {
20
+ const Menu : React . FC = ( ) => {
21
21
const [ theme , toggleTheme ] = useToggleTheme ( ) ;
22
22
const isLightTheme = theme === "light" ;
23
23
const buttons = [
@@ -42,4 +42,4 @@ const Explore: React.FC = () => {
42
42
) ;
43
43
} ;
44
44
45
- export default Explore ;
45
+ export default Menu ;
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
import React from "react" ;
2
2
import styled from "styled-components" ;
3
3
import { Outlet } from "react-router-dom" ;
4
- import Header from "./header " ;
5
- import Footer from "./footer " ;
4
+ import Header from "./Header " ;
5
+ import Footer from "./Footer " ;
6
6
7
7
const Container = styled . div `
8
8
min-height: 100%;
You can’t perform that action at this time.
0 commit comments