Skip to content

Commit

Permalink
いろいろ変更
Browse files Browse the repository at this point in the history
  • Loading branch information
github committed Mar 21, 2023
1 parent 4287673 commit c1c6ec2
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/contents/contents.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import styles from '/components/contents/contents.module.css'

export default function Content() {
export function Contents() {
return (
<main>
<div className={styles.content}>
Expand Down
Binary file added public/nextjs-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/pages/about.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Head from 'next/head'
import { Header } from '/components/header/header'
import Contents from '/components/contents/contents'
import { Contents } from '/components/contents/contents'
import { Footer } from '/components/footer/footer'
import { Breadcrumbs } from '/components/breadcrumbs/breadcrumbs'

Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Head from 'next/head'
import { Header } from '/components/header/header'
import Contents from '/components/contents/contents'
import { Contents } from '/components/contents/contents'
import { Footer } from '/components/footer/footer'
import { Breadcrumbs } from '/components/breadcrumbs/breadcrumbs'

Expand Down
2 changes: 1 addition & 1 deletion src/pages/news.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Head from 'next/head'
import { Header } from '/components/header/header'
import Contents from '/components/contents/contents'
import { Contents } from '/components/contents/contents'
import { Footer } from '/components/footer/footer'
import { Breadcrumbs } from '/components/breadcrumbs/breadcrumbs'

Expand Down
2 changes: 1 addition & 1 deletion src/pages/service.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Head from 'next/head'
import { Header } from '/components/header/header'
import Contents from '/components/contents/contents'
import { Contents } from '/components/contents/contents'
import { Footer } from '/components/footer/footer'
import { Breadcrumbs } from '/components/breadcrumbs/breadcrumbs'

Expand Down

1 comment on commit c1c6ec2

@vercel
Copy link

@vercel vercel bot commented on c1c6ec2 Mar 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-site – ./

react-site-git-main-suzusou.vercel.app
react-site-suzusou.vercel.app
react-site-weld.vercel.app

Please sign in to comment.