Skip to content

Commit 8f5267d

Browse files
committed
feat commit example build too
1 parent 8de8360 commit 8f5267d

3 files changed

Lines changed: 9304 additions & 1 deletion

File tree

examples/components/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ build/
22

33
#Added automatically by Lustre Dev Tools
44
/.lustre
5-
/dist
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta content="width=device-width, initial-scale=1" name="viewport">
6+
7+
<title>
8+
inlay_components
9+
</title>
10+
11+
12+
13+
14+
<script src="/inlay_components.js" type="module"></script>
15+
</head>
16+
<body><div id="app"></div></body>
17+
</html>

0 commit comments

Comments
 (0)