From 25e68458a8683b4ce030312c4d21e00ea33a1ee8 Mon Sep 17 00:00:00 2001 From: ShuheiTakahashi1224 Date: Mon, 5 Sep 2022 17:30:48 +0900 Subject: [PATCH 1/4] update App.js --- src/App.js | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/src/App.js b/src/App.js index 56e8786043..c30815ca44 100755 --- a/src/App.js +++ b/src/App.js @@ -1,9 +1,9 @@ -import React, { Component } from 'react'; -import logo from './logo.svg'; -import './App.css'; -import { withAuthenticator, AmplifySignOut } from '@aws-amplify/ui-react' -import Amplify from 'aws-amplify'; -import aws_exports from './aws-exports'; +import React, { Component } from "react"; +import logo from "./logo.svg"; +import "./App.css"; +import { withAuthenticator, AmplifySignOut } from "@aws-amplify/ui-react"; +import Amplify from "aws-amplify"; +import aws_exports from "./aws-exports"; Amplify.configure(aws_exports); class App extends Component { @@ -13,17 +13,8 @@ class App extends Component {
logo -

- Edit src/App.js and save to reload. -

- - Learn React - +

Sample App

+

これは、サンプルで作成したアプリです。

); From c3bb7f58f945afb79d6b87f1ffde610b1064c813 Mon Sep 17 00:00:00 2001 From: ShuheiTakahashi1224 Date: Mon, 5 Sep 2022 17:38:03 +0900 Subject: [PATCH 2/4] update : message in App.js --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index c30815ca44..95818e3b7f 100755 --- a/src/App.js +++ b/src/App.js @@ -14,7 +14,7 @@ class App extends Component {
logo

Sample App

-

これは、サンプルで作成したアプリです。

+

これは、サンプルで作成したアプリですよ。

); From d97c03489fe1fb1c788e24669496068e56490066 Mon Sep 17 00:00:00 2001 From: ShuheiTakahashi1224 Date: Mon, 5 Sep 2022 17:51:36 +0900 Subject: [PATCH 3/4] test --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 95818e3b7f..c30815ca44 100755 --- a/src/App.js +++ b/src/App.js @@ -14,7 +14,7 @@ class App extends Component {
logo

Sample App

-

これは、サンプルで作成したアプリですよ。

+

これは、サンプルで作成したアプリです。

); From 5c28e2b712f567749d9188a23bc5d7e249d5d0ea Mon Sep 17 00:00:00 2001 From: ShuheiTakahashi1224 <83751748+ShuheiTakahashi1224@users.noreply.github.com> Date: Mon, 5 Sep 2022 18:00:48 +0900 Subject: [PATCH 4/4] update by web --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index c30815ca44..86c0bf5a77 100755 --- a/src/App.js +++ b/src/App.js @@ -14,7 +14,7 @@ class App extends Component {
logo

Sample App

-

これは、サンプルで作成したアプリです。

+

これは、web版でで作成したアプリです。

);