-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removing sidenav back button and updating files
- Loading branch information
1 parent
61ff525
commit 8a33f02
Showing
3 changed files
with
4 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,6 @@ | ||
import Sidenav from './Sidenav'; | ||
import SidenavBackButton from './SidenavBackButton'; | ||
import SidenavMobileMenuButton from './SidenavMobileMenuButton'; | ||
import SidenavMobileMenuDropdown from './SidenavMobileMenuDropdown'; | ||
import { SidenavContext, SidenavContextProvider } from './sidenav-context'; | ||
|
||
export { | ||
Sidenav, | ||
SidenavBackButton, | ||
SidenavContext, | ||
SidenavContextProvider, | ||
SidenavMobileMenuButton, | ||
SidenavMobileMenuDropdown, | ||
}; | ||
export { Sidenav, SidenavContext, SidenavContextProvider, SidenavMobileMenuButton, SidenavMobileMenuDropdown }; |