Skip to content

Commit

Permalink
'테스트'
Browse files Browse the repository at this point in the history
  • Loading branch information
bhcha committed Jun 24, 2024
1 parent f794ec2 commit 3cf364b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ dist-ssr
*.njsproj
*.sln
*.sw?
/.github/
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/MyElement.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class MyElement extends LitElement {

constructor() {
super();
this.greeting = `Hiya, let's get some stuff done...`;
this.greeting = `2Hiya, let's get some stuff done...`;
this.todos = ['sleep!', 'eat', 'work', 'exercise'];
this.show = false;
}
Expand Down

0 comments on commit 3cf364b

Please sign in to comment.