Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
hardl committed Apr 23, 2024
1 parent 83e86d6 commit a7ffb8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion website/fiddle/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<script data-ui5-config type="application/json">
{
"theme": "sap_horizon"
"theme": "sap_horizon"
}
</script>
</head>
Expand Down
10 changes: 5 additions & 5 deletions website/fiddle/src/main.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import App from './App.svelte';

const app = new App({
target: document.body,
props: {
name: 'Luigi Fiddle'
}
target: document.body,
props: {
name: 'Luigi Fiddle'
}
});

window.app = app;

export default app;
export default app;

0 comments on commit a7ffb8f

Please sign in to comment.