Skip to content

Commit

Permalink
fixed lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishal Dhanotiya authored and Vishal Dhanotiya committed Jul 4, 2024
1 parent 9519cc8 commit 45108d8
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions src/components/Blog.tsx
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down

1 comment on commit 45108d8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.