Skip to content

Commit

Permalink
πŸ’―
Browse files Browse the repository at this point in the history
πŸ”¨ fix(μœ μ € νŽ˜μ΄μ§€) : λ‚΄μš© μˆ˜μ •  #4
  • Loading branch information
kongnayeon authored Jul 24, 2022
2 parents e0d107e + fe77e92 commit 4ba84d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@

npm-debug.log*
yarn-debug.log*
yarn-error.log*
public
yarn-error.log*
public
2 changes: 1 addition & 1 deletion src/components/Tables/UsersPage/UsersPage.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';

function UsersPage() {
return <div>ㅁㄴㅇㄹㅁㄴㅇㄹ</div>;
return <div>Users Page νŒŒμ΄νŒ… πŸ™€</div>;
}

export default UsersPage;

0 comments on commit 4ba84d3

Please sign in to comment.