mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 21:05:15 +00:00
* New settings? * New Settings page! * Vendor Inertia * Fix some issues * <Link>ify the site!
4 lines
84 B
JavaScript
4 lines
84 B
JavaScript
import Form from './Form.svelte';
|
|
export function createForm() {
|
|
return Form;
|
|
}
|