Skip to content

Commit

Permalink
rename + move nav and search
Browse files Browse the repository at this point in the history
  • Loading branch information
meixingc committed Mar 24, 2023
1 parent 18e83c9 commit 4ac0248
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
38 changes: 0 additions & 38 deletions client/src/components/Nav.jsx

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from "react";
import { useState } from "react";


const SearchBar = () => {
const [query, setQuery] = useState("")

Expand Down

0 comments on commit 4ac0248

Please sign in to comment.