fix
This commit is contained in:
@@ -19,6 +19,7 @@ import {
|
||||
View,
|
||||
} from "react-native";
|
||||
import { icons } from "../../../assets";
|
||||
import ProfilePicture from "../../../components/ProfilePicture";
|
||||
import {
|
||||
increment,
|
||||
projectsRef,
|
||||
@@ -26,10 +27,10 @@ import {
|
||||
} from "../../../config/firebase";
|
||||
import useDataFromRef from "../../../hooks/useDataFromRef";
|
||||
import { useUser } from "../../../providers/UserDataProvider";
|
||||
import { getArtistDisplayName } from "../../../utils/artistName";
|
||||
import { Palette } from "../../../styles";
|
||||
import { FONT_FAMILY } from "../../../styles/Fonts";
|
||||
import ProfilePicture from "../../../components/ProfilePicture";
|
||||
import { size } from "../../../styles/Style";
|
||||
import { getArtistDisplayName } from "../../../utils/artistName";
|
||||
|
||||
moment.locale("fr");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user