Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb9c2517

Browse files
committed
fix: move footer component to common
1 parent32a793f commitb9c2517

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

‎src/components/layout.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import PropTypes from 'prop-types';
1010
import{useStaticQuery,graphql}from'gatsby';
1111
import{Box,Container,useColorModeValue}from'@chakra-ui/react';
1212

13-
importFooterfrom'./Footer';
13+
importFooterfrom'../components/Common/Footer';
1414

1515
constLayout=({ children})=>{
1616
consttheme=useColorModeValue('light','dark');

‎src/root-wapper.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { ChakraProvider, extendTheme } from '@chakra-ui/react';
22
importReactfrom'react';
33
import{Provider}from'redux-zero/react';
44
import{mode}from'@chakra-ui/theme-tools';
5-
importLayoutfrom'./components/Layout';
5+
importLayoutfrom'./components/layout';
66
import{store}from'./state';
77

88
// eslint-disable-next-line import/prefer-default-export

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp