mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-12 15:44:06 -08:00
7 lines
120 B
TypeScript
7 lines
120 B
TypeScript
|
import { BasePage } from "./base";
|
||
|
|
||
|
export class WorkflowsPage extends BasePage {
|
||
|
url = '/workflows';
|
||
|
elements = {}
|
||
|
}
|