// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Table renders JSX correctly 1`] = `
Name Age
First Name Last Name
John Brown 32
Jim Green 42
`; exports[`Table rtl render component should be rendered correctly in RTL direction 1`] = `

No Data

`;