style: format luna charts source
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user