From d99bc30ec925ce1e16562884012612270f69774c Mon Sep 17 00:00:00 2001 From: z01-k-miyoshi <109256508+z01-k-miyoshi@users.noreply.github.com> Date: Wed, 20 Jul 2022 16:10:29 +0900 Subject: [PATCH] Update App.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 初期設定 --- src/App.js | 43 ++++++++++++++----------------------------- 1 file changed, 14 insertions(+), 29 deletions(-) diff --git a/src/App.js b/src/App.js index 56e8786043..9c1062f022 100755 --- a/src/App.js +++ b/src/App.js @@ -1,33 +1,18 @@ -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); +import { NewHomes, NavBar, MarketingFooter } from './ui-components' -class App extends Component { - render() { - return ( -
- Edit src/App.js
and save to reload.
-