feat: fixes and formatter
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { View } from "react-native";
|
||||
import React from "react";
|
||||
import CreateLyricsHeader from "./components/CreateLyricsHeader";
|
||||
import CustomInput from "./components/CustomInput";
|
||||
import { View } from 'react-native'
|
||||
import React from 'react'
|
||||
import CreateLyricsHeader from './components/CreateLyricsHeader'
|
||||
import CustomInput from './components/CustomInput'
|
||||
|
||||
const SpecificityContext = ({ context, setContext }) => {
|
||||
return (
|
||||
@@ -17,7 +17,7 @@ const SpecificityContext = ({ context, setContext }) => {
|
||||
setValue={setContext}
|
||||
/>
|
||||
</View>
|
||||
);
|
||||
};
|
||||
)
|
||||
}
|
||||
|
||||
export default SpecificityContext;
|
||||
export default SpecificityContext
|
||||
|
||||
Reference in New Issue
Block a user