small update to check git hook
This commit is contained in:
parent
6b5e56d17c
commit
6c36cff492
|
@ -48,7 +48,7 @@
|
||||||
|
|
||||||
<input bind:value={text} type="text" placeholder="Enter note text" />
|
<input bind:value={text} type="text" placeholder="Enter note text" />
|
||||||
<button on:click={createNote}>Create Note</button>
|
<button on:click={createNote}>Create Note</button>
|
||||||
|
<br>
|
||||||
<button on:click={fetchNotes}>Refresh Notes</button>
|
<button on:click={fetchNotes}>Refresh Notes</button>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Reference in New Issue