You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brand new to Fresh, trying it out for the first time, working from the default counter example: I then go to the docs to replace the counter with a form. I locate the page https://fresh.deno.dev/docs/advanced/forms and I expect to find everything I need on this page to get something working. The docs show adding a new routes file which imports { define } from "../utils.ts" but there is no such file in my project. Additionally, wouldn't a form be an island? The docs don't provide any answers.