Skip to content

Commit

Permalink
merging searchbox to navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerby Keith Aquino committed Sep 17, 2022
1 parent 0486046 commit 1e6bfc1
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/typescript-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ jobs:

- name: Checking types
run: yarn --cwd ./app ./node_modules/.bin/tsc --noEmit

- name: Checking types (attempt 2)
run: yarn --cwd ./app tsc --noEmit

2 changes: 1 addition & 1 deletion app/src/components/base/Navbar/Navbar.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { NavbarRoot } from "./NavbarRoot"
import { LogoNav } from "./LogoNav"
import Options from "../Options"
import SearchBox from "../SearchBox"
import SearchBox from "./SearchBox"

export default function Navbar() {
return (
Expand Down
1 change: 0 additions & 1 deletion app/src/components/base/Navbar/index.tsx
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
import SearchBox from "../SearchBox"
export { default } from "./Navbar"
1 change: 0 additions & 1 deletion app/src/components/base/Searchbox/index.tsx

This file was deleted.

0 comments on commit 1e6bfc1

Please sign in to comment.