Revert "Can successfully register and login in UI"

This reverts commit 893cad7e7e.

reverting commit
This commit is contained in:
Aditya Sankaran
2019-10-02 21:38:23 -04:00
parent 5acc7a64e0
commit 3b682bae18
35 changed files with 8339 additions and 9516 deletions

View File

@@ -1,10 +1,21 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>React App</title>
<meta charset="utf-8">
<title>Twistter</title>
<style>
body {
margin: 0;
padding: 0;
font-family: sans-serif;
}
</style>
</head>
<body>
<div id="root"></div>
</body>
</html>
</html>