diff options
| author | Bobby <[email protected]> | 2022-01-30 12:00:18 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-01-30 12:00:18 -0500 |
| commit | 1e20d0666294661fd3d441a9d0ca26dd768dafec (patch) | |
| tree | a3189d214e9413d197cb263e459bb0d56570c8d3 /src/lib | |
| parent | d70d0b343d70f7d8b5a87abdf8200de274ea8de0 (diff) | |
| download | izuku.js-1e20d0666294661fd3d441a9d0ca26dd768dafec.tar.xz izuku.js-1e20d0666294661fd3d441a9d0ca26dd768dafec.zip | |
chore: rename tableBuilder to table
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/display.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/display.ts b/src/lib/display.ts index 1af1f84..a1245e6 100644 --- a/src/lib/display.ts +++ b/src/lib/display.ts @@ -1,5 +1,5 @@ import { Frame } from '../index'; -import { Table } from '../helpers/tableBuilder'; +import { Table } from '../helpers/table'; /** * getTable returns the data compatible with table.table |
