Skip to content

Instantly share code, notes, and snippets.

@dkgrieshammer
Created July 10, 2020 12:11
Show Gist options
  • Save dkgrieshammer/8c99e2304322c42f26b060dbb5a5e243 to your computer and use it in GitHub Desktop.
Save dkgrieshammer/8c99e2304322c42f26b060dbb5a5e243 to your computer and use it in GitHub Desktop.
import React from 'react';
import Table from 'Components/Table/Table';
export default {
title: 'Table'
}
export const Header = () => {
return(
<Table>
</Table>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment