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

Commitdf03614

Browse files
refactored code
1 parent25159ab commitdf03614

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

‎src/App.tsx‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import'./App.css';
2-
importNotefrom'./components/notes/notes';
3-
import{Notes}from'./components/notes/data';
2+
importNotefrom'./components/note/note';
3+
import{Notes}from'./components/note/data';
44

55
functionApp(){
66
return(

‎src/components/notes/data.ts‎renamed to ‎src/components/note/data.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import{NoteProps}from'./notes-type';
1+
import{NoteProps}from'./note-type';
22

33
exportconstNotes:NoteProps[]=[
44
{
File renamed without changes.
File renamed without changes.

‎src/components/notes/notes.tsx‎renamed to ‎src/components/note/note.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import'./notes.css'
22

3-
import{NoteProps}from'./notes-type';
3+
import{NoteProps}from'./note-type';
44

55
functionNote(props:NoteProps){
66
return(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp