cse112-sp20/Team-Potato

View on GitHub
public/popup.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Flow Popup</title>
</head>
<body>
  <div id="root"></div>
  <script src="/popupRender.bundle.js"></script>
</body>
</html>