Skip to content

Commit

Permalink
add simple solid comp
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Jan 20, 2023
1 parent d912dc3 commit 184d726
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/lib/Message.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default () => {
return <p>hello</p>
}
4 changes: 1 addition & 3 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,8 @@ const notes = inputValues.notes ?? storedNotes;
name="notes"
id="notes"
class="w-full px-2 py-1.5 border"
rows="3"
rows="3">{notes}</textarea
>
{notes}
</textarea>
<p class="text-red-400">{error?.message}</p>
<input
type="submit"
Expand Down

0 comments on commit 184d726

Please sign in to comment.