frontend client for gemstone. decentralised workplace app
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor: change import location

serenity f26ff868 09b2d481

+1 -1
+1 -1
src/components/primitives/Loading.tsx
··· 1 - import type { HexCode } from "@/lib/facet/src/palette"; 1 + import type { HexCode } from "@/lib/facet/src/lib/colors"; 2 2 import { useCurrentPalette } from "@/providers/ThemeProvider"; 3 3 import { ActivityIndicator, View } from "react-native"; 4 4