Skip to content
Snippets Groups Projects
Select Git revision
  • 2f7a9b0d481bfea94b05219d0232b397120def83
  • main default protected
  • renovate/django-bootstrap5-25.x
  • renovate/django-debug-toolbar-6.x
  • renovate/jsonschema-4.x
  • renovate/django-5.x
  • koma/feature/preference-polling-form
7 results

manage.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    main.ts 132 B
    import App from './App.svelte';
    
    const app = new App({
    	target: document.body,
    	props: {
    		name: 'world'
    	}
    });
    
    export default app;