Skip to content

Commit

Permalink
format autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Dec 18, 2024
1 parent 0ec90a9 commit 200e1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/routes/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<script lang="ts">
import { Button } from '@repo/ui/button'
import { Chip } from '@repo/ui/chip'
import { CourseCard } from '@repo/ui/course-card'
import { DayChip } from '@repo/ui/day-chip'
import { GenedChip } from '@repo/ui/gened-chip'
import { Input } from '@repo/ui/input'
import { CourseCard } from '@repo/ui/course-card'
import { RecommendedTag } from '@repo/ui/recommended-tag'
let counter = 0
Expand Down

0 comments on commit 200e1c2

Please sign in to comment.