Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Update index-dev.html
Browse files Browse the repository at this point in the history
  • Loading branch information
vim-sroberge authored May 30, 2024
1 parent b72e211 commit df49d42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index-dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<link rel="stylesheet" href="https://unpkg.com/[email protected].0/dist/style.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/dist/style.css">
</head>
<body>
<script>
window.process = { env: { NODE_ENV: 'development' } };
</script>
<script src="https://unpkg.com/[email protected]/umd/react.development.js"></script>
<script src="https://unpkg.com/[email protected]/umd/react-dom.development.js"></script>
<script src="https://unpkg.com/[email protected].0"></script>
<script src="https://unpkg.com/[email protected].2"></script>
<script>

// Parse URL for source file
Expand Down

0 comments on commit df49d42

Please sign in to comment.