1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 13:19:44 +02:00

chore: Resolve duplicate files

This commit is contained in:
Maksim Eltyshev 2024-10-17 21:54:01 +02:00
parent b6b5f341bb
commit 04b63aba55
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
class dashboardPage { class DashboardPage {
constructor() { constructor() {
this.createProjectIconSelector = `.Projects_addTitle__tXhB4`; this.createProjectIconSelector = `.Projects_addTitle__tXhB4`;
this.projectTitleInputSelector = `input[name="name"]`; this.projectTitleInputSelector = `input[name="name"]`;
@ -13,4 +13,4 @@ class dashboardPage {
} }
} }
module.exports = dashboardPage; module.exports = DashboardPage;