Skip to content

Commit

Permalink
convert from nextjs to react with vite build tool
Browse files Browse the repository at this point in the history
  • Loading branch information
pth-1641 committed Jun 16, 2022
1 parent 1c890f6 commit 1212df8
Show file tree
Hide file tree
Showing 48 changed files with 1,421 additions and 10,085 deletions.
34 changes: 0 additions & 34 deletions README.md

This file was deleted.

141 changes: 0 additions & 141 deletions components/ChatContent/Message.js

This file was deleted.

14 changes: 0 additions & 14 deletions components/ChatContent/Modal/ModalShowImage.js

This file was deleted.

106 changes: 0 additions & 106 deletions components/ChatList/ChatItem.js

This file was deleted.

16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Messenger</title>
</head>

<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>

</html>
6 changes: 0 additions & 6 deletions next.config.js

This file was deleted.

Loading

0 comments on commit 1212df8

Please sign in to comment.