| @@ -9,14 +9,13 @@ | ||
| 9 | 9 | |
| 10 | 10 | /** |
| 11 | 11 | * Load the default "Edit" screen sections. |
| 12 | 12 | */ |
| 13 | -import './edit/header-bar'; | |
| 13 | +import './edit/buttons'; | |
| 14 | 14 | import './edit/table-information'; |
| 15 | 15 | import './edit/table-manipulation'; |
| 16 | 16 | import './edit/table-options'; |
| 17 | 17 | import './edit/datatables-features'; |
| 18 | -import './edit/table-preview'; | |
| 19 | 18 | |
| 20 | 19 | /** |
| 21 | 20 | * Load the non-React "Edit" screen JavaScript code, mostly for the table data editor. |
| 22 | 21 | */ |