@@ -1,8 +1,8 @@
-import React from 'react';
+import React from "react";
import { Image, View, StyleProp, ImageStyle, ViewStyle } from 'react-native';
const Logo = () => {
- const logoSource = require('../../assets/logo.png'); // Ensure the path is correct
+ const logoSource = require('../../assets/logo.png');
const imageStyle: ImageStyle = {
width: '100%',