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

Commit0a3e395

Browse files
committed
cleanup component structure
1 parent6d8b993 commit0a3e395

File tree

7 files changed

+9
-66
lines changed

7 files changed

+9
-66
lines changed

‎web-app/src/App.css

Lines changed: 0 additions & 33 deletions
This file was deleted.

‎web-app/src/App.test.tsx

Lines changed: 0 additions & 9 deletions
This file was deleted.

‎web-app/src/App.tsx

Lines changed: 0 additions & 14 deletions
This file was deleted.

‎web-app/src/Routes.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import*asReactfrom'react'
2+
3+
exportdefault()=>{
4+
return<div>Hello World</div>
5+
}

‎web-app/src/index.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
importReactfrom'react';
22
importReactDOMfrom'react-dom';
3-
import'./index.css';
4-
importAppfrom'./App';
3+
importRoutesfrom'./Routes';
54

6-
ReactDOM.render(<App/>,document.getElementById('root')asHTMLElement)
5+
import'./styles/index.css';
6+
7+
ReactDOM.render(<Routes/>,document.getElementById('root')asHTMLElement)

‎web-app/src/logo.svg

Lines changed: 0 additions & 7 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp