feat: fixes and formatter

This commit is contained in:
2026-01-12 16:01:32 +01:00
parent 85c6084351
commit 11e632acff
353 changed files with 23315 additions and 27361 deletions
+7 -7
View File
@@ -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