aboutsummaryrefslogtreecommitdiff
path: root/examples/components.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/components.html')
-rw-r--r--examples/components.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/components.html b/examples/components.html
deleted file mode 100644
index f4b4530..0000000
--- a/examples/components.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>lustre | components</title>
-
- <script type="module">
- import { main } from "../../build/dev/javascript/lustre/examples/components.mjs";
-
- document.addEventListener("DOMContentLoaded", main);
- </script>
- </head>
- <body>
- <div data-lustre-app></div>
- </body>
-</html>