Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
SegaraRai committed Jul 16, 2024
1 parent 62c067c commit 9bf419e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/signin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

<script setup lang="ts">
import type { FormSubmitEvent } from "#ui/types";
import { minLength, object, string, pipe, type InferOutput } from "valibot";
import { minLength, object, pipe, string, type InferOutput } from "valibot";
useHead({
title: "サインイン",
Expand Down

0 comments on commit 9bf419e

Please sign in to comment.