Skip to content

Commit

Permalink
rename navBar folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ocsiddisco committed Jun 16, 2024
1 parent ab20c5a commit d1b822d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ export { default as ContainerItems } from './list-components/ContainerItems';
export { default as SearchList } from './list-components/SearchList';
export { default as ListItem } from './list-components/ListItem';

export { default as NavBar } from './navBar/NavBar';
export { default as NavigationLink } from './navBar/NavigationLink';
export { default as NavBarContent } from './navBar/NavBarContent';
export { default as NavBar } from './nav-bar/NavBar';
export { default as NavigationLink } from './nav-bar/NavigationLink';
export { default as NavBarContent } from './nav-bar/NavBarContent';

export { default as DeleteList } from './home-components/DeleteList';
export { default as SingleList } from './home-components/SingleList';
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d1b822d

Please sign in to comment.