This commit is contained in:
Nathan Bierema 2021-10-01 16:29:52 -04:00
parent b7b416d37c
commit 51e6b18477

View File

@ -3,7 +3,6 @@
<title>Redux TodoMVC</title> <title>Redux TodoMVC</title>
</head> </head>
<body> <body>
<div class="todoapp" id="root"> <div class="todoapp" id="root"></div>
</div>
</body> </body>
</html> </html>