chore(prettier): format fiels with prettier

This commit is contained in:
Shintaro Jokagi 2025-05-14 09:43:02 +12:00
parent 193c159db5
commit e068816f18
No known key found for this signature in database
GPG key ID: 0DDF8FA44C9A0DA8
36 changed files with 1261 additions and 1256 deletions

View file

@ -1,20 +1,20 @@
---
import Image from "astro/components/Image.astro";
import { Check, Github } from "lucide-astro";
import { motion } from "motion/react";
import { getTitleAnimation } from "~/animations";
import ComImage from "~/assets/ComImage.png";
import Button from "~/components/Button.astro";
import Description from "~/components/Description.astro";
import { getLocale, getUI } from "~/utils/i18n";
import Image from 'astro/components/Image.astro'
import { Check, Github } from 'lucide-astro'
import { motion } from 'motion/react'
import { getTitleAnimation } from '~/animations'
import ComImage from '~/assets/ComImage.png'
import Button from '~/components/Button.astro'
import Description from '~/components/Description.astro'
import { getLocale, getUI } from '~/utils/i18n'
const locale = getLocale(Astro);
const locale = getLocale(Astro)
const {
routes: {
index: { community },
},
} = getUI(locale);
routes: {
index: { community },
},
} = getUI(locale)
---
<section