UNPKG

adaptiv-ui

Version:

a library of styled components with some global style overrides in sass

11 lines (8 loc) 121 B
import React from "react"; export default function Table() { return ( <div> <h2>Text</h2> </div> ) }