UNPKG

testeranto

Version:

the AI powered BDD test framework for typescript projects

7 lines (6 loc) 241 B
import React from 'react'; import { Nav } from 'react-bootstrap'; import { NavLink } from 'react-router-dom'; export const SettingsButton = () => { return (React.createElement(Nav.Link, { as: NavLink, to: "/settings" }, "Settings")); };