mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-15 22:26:53 +03:00
922985f9ea
* chore(deps): update dependency prettier to v3 * Format --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
14 lines
286 B
HTML
14 lines
286 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Electron Test</title>
|
|
</head>
|
|
<body>
|
|
<span id="counter">0</span>
|
|
<button id="increment">+</button>
|
|
<button id="decrement">-</button>
|
|
<script src="./dist/renderer.js"></script>
|
|
</body>
|
|
</html>
|