Can successfully register and login in UI

This commit is contained in:
Aaron Sun
2019-10-02 20:40:46 -04:00
parent 8f949f14be
commit 893cad7e7e
35 changed files with 9486 additions and 8309 deletions

View File

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