We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0216a71 commit 85bbb5dCopy full SHA for 85bbb5d
src/components/MeetupList.tsx
@@ -1,14 +1,14 @@
1
"use client"
2
3
import { useState } from "react"
4
+import { sortBy } from "lodash"
5
import { FaChevronRight } from "react-icons/fa6"
6
7
import Emoji from "@/components/Emoji"
8
import InfoBanner from "@/components/InfoBanner"
9
import Translation from "@/components/Translation"
10
11
import { cn } from "@/lib/utils/cn"
-import { sortBy } from "@/lib/utils/lodash"
12
import { trackCustomEvent } from "@/lib/utils/matomo"
13
14
import meetups from "@/data/community-meetups.json"
0 commit comments