diff options
author | 2021-06-18 20:48:07 -0700 | |
---|---|---|
committer | 2021-06-18 20:48:07 -0700 | |
commit | 7ed1b19d94f93e4313af65358f37e3337dd19f27 (patch) | |
tree | 18bdbf4430564d86037de86e028a4ccd911b6064 /demos/simple-react/index.html | |
parent | 6dce0c1e032edd9ff70f4a1c417a8662d1012e8b (diff) | |
download | bun-7ed1b19d94f93e4313af65358f37e3337dd19f27.tar.gz bun-7ed1b19d94f93e4313af65358f37e3337dd19f27.tar.zst bun-7ed1b19d94f93e4313af65358f37e3337dd19f27.zip |
CSS HMR!
Former-commit-id: 3f10c8790629ab157d9377759cc50a4b962cc6f4
Diffstat (limited to 'demos/simple-react/index.html')
-rw-r--r-- | demos/simple-react/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/simple-react/index.html b/demos/simple-react/index.html index 0d1277743..3e227399a 100644 --- a/demos/simple-react/index.html +++ b/demos/simple-react/index.html @@ -1,8 +1,8 @@ <!DOCTYPE html> <html> <head> - <link rel="stylesheet" href="../src/index.css" /> - <script async src="../src/index.tsx" type="module"></script> + <link rel="stylesheet" href="src/index.css" /> + <script async src="src/index.tsx" type="module"></script> </head> <body> <div id="reactroot"></div> |