chore: follow the general comments style
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
/**
|
||||
* Application entry point
|
||||
*
|
||||
* Mounts the main App component to the DOM and initializes
|
||||
* global styles.
|
||||
*/
|
||||
import App from '$app/App.svelte';
|
||||
import { mount } from 'svelte';
|
||||
import '$app/styles/app.css';
|
||||
|
||||
Reference in New Issue
Block a user