Skip to content

Commit

Permalink
edited App.js import
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfukuh4ra committed Oct 22, 2024
1 parent ba43cd1 commit 2842727
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React, { useState, useEffect } from "react";
import './App.css';
import Header from './components/Header';
import Footer from './components/Footer';
import ArticleCard from './components/ArticleCard';
import ArticleGrid from "./components/articlegrid/articlegrid";

function App() {
Expand Down

0 comments on commit 2842727

Please sign in to comment.