UNPKG

@baseplate-dev/plugin-storage

Version:

Contains the storage plugin for Baseplate

25 lines (21 loc) 583 B
<!doctype html> <html lang="en"> <head> <!-- We need to add the shim _before_ we load any es modules --> <script type="esms-options"> { "shimMode": true } </script> <script src="https://ga.jspm.io/npm:es-module-shims@1.5.17/dist/es-module-shims.js"></script> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>React Remote</title> <link rel="stylesheet" crossorigin href="/assets/style-BTJU7sYp.css"> </head> <body> <div id="root"></div> </body> </html>