Skip to content

Commit 85bbb5d

Browse files
committed
chore: sort imports
1 parent 0216a71 commit 85bbb5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MeetupList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
"use client"
22

33
import { useState } from "react"
4+
import { sortBy } from "lodash"
45
import { FaChevronRight } from "react-icons/fa6"
56

67
import Emoji from "@/components/Emoji"
78
import InfoBanner from "@/components/InfoBanner"
89
import Translation from "@/components/Translation"
910

1011
import { cn } from "@/lib/utils/cn"
11-
import { sortBy } from "@/lib/utils/lodash"
1212
import { trackCustomEvent } from "@/lib/utils/matomo"
1313

1414
import meetups from "@/data/community-meetups.json"

0 commit comments

Comments
 (0)