Skip to content

Commit

Permalink
import header
Browse files Browse the repository at this point in the history
  • Loading branch information
mesalilac committed Aug 9, 2021
1 parent 4c69055 commit 0a4e371
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import NotesList from "./components/NotesList/NotesList";
import Search from "./components/search/Search";
import Header from "./components/Header/Header"
import "./app.css";
import { useState } from "react";
import { nanoid } from "nanoid"
Expand Down Expand Up @@ -56,6 +57,7 @@ export default function App() {

return (
<div className="container">
<Header />
<Search
handleSearchNote={setSearchText}
/>
Expand Down

0 comments on commit 0a4e371

Please sign in to comment.