Skip to content

Commit

Permalink
run: yarn fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pugma committed Dec 5, 2024
1 parent 51bc3ab commit 500af72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/pages/settings.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Field, Form, type SubmitHandler, createFormStore, required, reset, valiForm } from '@modular-forms/solid'
import { Field, Form, type SubmitHandler, createFormStore, reset, valiForm } from '@modular-forms/solid'
import { Title } from '@solidjs/meta'
import { type Component, For, Show, createResource } from 'solid-js'
import toast from 'solid-toast'
Expand Down

0 comments on commit 500af72

Please sign in to comment.