import React from "react" import { NavButton } from "../src/" export default { title: "NavButton", component: NavButton, } export const PrimaryRight = () => ( ) export const PrimaryLeft = () => ( ) export const SecondaryRight = () => ( ) export const SecondaryLeft = () => ( ) export const AppNavigation = () => (
)