fix video
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { View, Text, Pressable, Platform } from "react-native";
|
||||
import React, { useState } from "react";
|
||||
import { BlurView } from "expo-blur";
|
||||
import React, { useState } from "react";
|
||||
import { Pressable, Text, View } from "react-native";
|
||||
import BorderGradient from "../../../components/BorderGradient/BorderGradient";
|
||||
import useLayoutType from "../../../hooks/useLayoutType";
|
||||
import { Palette } from "../../../styles";
|
||||
import { FONT_FAMILY } from "../../../styles/Fonts";
|
||||
import useLayoutType from "../../../hooks/useLayoutType";
|
||||
|
||||
const CreateLyricsHeader = ({
|
||||
title = "",
|
||||
|
||||
Reference in New Issue
Block a user