style: format luna charts source

This commit is contained in:
2026-08-02 15:38:45 +02:00
parent 75d4632052
commit 3b9a78bf9d
15 changed files with 82 additions and 104 deletions
+2 -6
View File
@@ -95,11 +95,7 @@ function App() {
return (
<>
<div>
<my-component
first="Stencil"
middle="'Don't call me a framework'"
last="JS"
></my-component>
<my-component first="Stencil" middle="'Don't call me a framework'" last="JS"></my-component>
</div>
</>
);
@@ -108,4 +104,4 @@ function App() {
export default App;
```
Check out this [Live Demo](https://stackblitz.com/edit/vitejs-vite-b6zuds?file=src%2FApp.tsx).
Check out this [Live Demo](https://stackblitz.com/edit/vitejs-vite-b6zuds?file=src%2FApp.tsx).