From 45108d84d0b6ba2b1919c2439c456bf572e95e3b Mon Sep 17 00:00:00 2001 From: Vishal Dhanotiya Date: Thu, 4 Jul 2024 12:15:37 +0530 Subject: [PATCH] fixed lint issue --- src/components/Blog.tsx | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/src/components/Blog.tsx b/src/components/Blog.tsx index 071a189..49f0bb5 100644 --- a/src/components/Blog.tsx +++ b/src/components/Blog.tsx @@ -1,28 +1,5 @@ import React from "react"; import "./Blog.scss"; -const gridImage = [ - { - text: "What is React Native?", - subTitle: - "React Native helps to develop cross-platform applications for android and iOS.", - value: require("../res/react-native.png"), - }, - { - text: "Sign In with Google in the React Expo", - subTitle: `Explain Google sign integration for react native expo`, - value: require("../res/google-sign-in.png"), - }, - { - text: "Expo CLI vs React Native CLI", - subTitle: `There are two popular ways to create a React Native app- Expo CLI or React Native CLI.`, - value: require("../res/expo-cli.png"), - }, - { - text: "Coding Best Practices for React Native", - subTitle: `The purpose of this document is to detail the code conventions.`, - value: require("../res/react-native.png"), - }, -]; export default function MyBlogs() { return (