Dan Ditomaso
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
packages/web/src/components/PageComponents/Map/NodeDetail.tsx
|
|
@ -2,7 +2,7 @@ import BatteryStatus from "@components/BatteryStatus.tsx"; |
|
|
import { Mono } from "@components/generic/Mono.tsx"; |
|
|
import { Mono } from "@components/generic/Mono.tsx"; |
|
|
import { TimeAgo } from "@components/generic/TimeAgo.tsx"; |
|
|
import { TimeAgo } from "@components/generic/TimeAgo.tsx"; |
|
|
import { Avatar } from "@components/UI/Avatar.tsx"; |
|
|
import { Avatar } from "@components/UI/Avatar.tsx"; |
|
|
import { Separator } from "@components/UI/Separator"; |
|
|
import { Separator } from "@components/UI/Separator.tsx"; |
|
|
import { Heading } from "@components/UI/Typography/Heading.tsx"; |
|
|
import { Heading } from "@components/UI/Typography/Heading.tsx"; |
|
|
import { Subtle } from "@components/UI/Typography/Subtle.tsx"; |
|
|
import { Subtle } from "@components/UI/Typography/Subtle.tsx"; |
|
|
import { formatQuantity } from "@core/utils/string.ts"; |
|
|
import { formatQuantity } from "@core/utils/string.ts"; |
|
|
|