Skip to content

Commit

Permalink
solve
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg19790807 committed Dec 23, 2024
1 parent c77adf3 commit f4568d4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
/* eslint-disable import/named */
import React from 'react';
import './App.css';
import { Header } from './components/Header/Header.jsx';
import { Article } from './components/Article/Article.jsx';
import { Welcome } from './components/Welcome/Welcome.jsx';
// Move each BEM block to a separate component (file) and import them here
import Header from './components/Header/Header';
import Article from './components/Article/Article';
import Welcome from './components/Welcome/Welcome';

function App() {
return (
Expand Down

0 comments on commit f4568d4

Please sign in to comment.