Skip to content

Commit

Permalink
design
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Sergeev committed Jan 21, 2025
1 parent 870afd6 commit 5591bba
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pages/crap.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,16 +182,6 @@ function Notes() {
};

return <Article title={note.title} html={note.html}></Article>;

// return notes.map((note, i) => (
// <div className="card" key={i}>
// <Head>
// <title>Crap photos</title>
// </Head>
// <h1>{note.title}</h1>
// {note.html}
// </div>
// ));
}

export default Notes;

0 comments on commit 5591bba

Please sign in to comment.