mirror of https://github.com/nocodb/nocodb
Muhammed Mustafa
2 years ago
17 changed files with 82 additions and 62 deletions
@ -1,5 +1,5 @@
|
||||
import { ToolbarActionsPage } from "."; |
||||
import { ErdBasePage } from "../../commonBase/Erd"; |
||||
import { ErdBasePage } from "../../../commonBase/Erd"; |
||||
|
||||
export class ToolbarActionsErdPage extends ErdBasePage { |
||||
readonly toolbarActions: ToolbarActionsPage; |
@ -1,4 +1,4 @@
|
||||
import BasePage from "../../../Base"; |
||||
import BasePage from "../../../../Base"; |
||||
import { ToolbarPage } from ".."; |
||||
import { ToolbarActionsErdPage } from "./Erd"; |
||||
|
@ -1,4 +1,4 @@
|
||||
import BasePage from "../../Base"; |
||||
import BasePage from "../../../Base"; |
||||
import { ToolbarPage } from "./index"; |
||||
|
||||
export class ToolbarShareViewPage extends BasePage { |
Loading…
Reference in new issue