diff --git a/README.md b/README.md index dd4e8cc..c8b102b 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,6 @@ This is a table component for react native. npm install https://git.sheetjs.com/asadbek064/react-native-tabeller/raw/branch/main/react-native-tabeller-0.1.0.tgz ``` -```tsx -import { Table, TableWrapper, Row, Rows, Col, Cols, Cell } from 'react-native-tabeller'; -``` - -## Examples - ### Basic Table - [`BasicExample.tsx`](/example/src/BasicExample.tsx) diff --git a/example/src/ExampleFive.tsx b/example/src/ExampleFive.tsx index 29bb772..cd81e61 100644 --- a/example/src/ExampleFive.tsx +++ b/example/src/ExampleFive.tsx @@ -22,8 +22,6 @@ export const ExampleFive: React.FC = () => { return ( - {/* table header row with buttons */} - {/* left column with H1, H2 */}