From b4873f6a72c94a5397224faacec6f36f0884c74d Mon Sep 17 00:00:00 2001 From: Edward Runkel Date: Tue, 7 May 2024 09:20:03 -0400 Subject: [PATCH] Rename files to new casing --- .../{DropDown/DropDown.test.ts => Dropdown/Dropdown.test.ts} | 0 .../buttons/{DropDown/DropDown.vue => Dropdown/Dropdown.vue} | 0 .../DropDownItem.test.ts => Dropdown/DropdownItem.test.ts} | 0 .../{DropDown/DropDownItem.vue => Dropdown/DropdownItem.vue} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename components/elements/buttons/{DropDown/DropDown.test.ts => Dropdown/Dropdown.test.ts} (100%) rename components/elements/buttons/{DropDown/DropDown.vue => Dropdown/Dropdown.vue} (100%) rename components/elements/buttons/{DropDown/DropDownItem.test.ts => Dropdown/DropdownItem.test.ts} (100%) rename components/elements/buttons/{DropDown/DropDownItem.vue => Dropdown/DropdownItem.vue} (100%) diff --git a/components/elements/buttons/DropDown/DropDown.test.ts b/components/elements/buttons/Dropdown/Dropdown.test.ts similarity index 100% rename from components/elements/buttons/DropDown/DropDown.test.ts rename to components/elements/buttons/Dropdown/Dropdown.test.ts diff --git a/components/elements/buttons/DropDown/DropDown.vue b/components/elements/buttons/Dropdown/Dropdown.vue similarity index 100% rename from components/elements/buttons/DropDown/DropDown.vue rename to components/elements/buttons/Dropdown/Dropdown.vue diff --git a/components/elements/buttons/DropDown/DropDownItem.test.ts b/components/elements/buttons/Dropdown/DropdownItem.test.ts similarity index 100% rename from components/elements/buttons/DropDown/DropDownItem.test.ts rename to components/elements/buttons/Dropdown/DropdownItem.test.ts diff --git a/components/elements/buttons/DropDown/DropDownItem.vue b/components/elements/buttons/Dropdown/DropdownItem.vue similarity index 100% rename from components/elements/buttons/DropDown/DropDownItem.vue rename to components/elements/buttons/Dropdown/DropdownItem.vue