PascalCase files (#6955)

* PascalCase files

* git mv for file name change

* renamed files

* merge changes from master

* fix: template name

* sort imports

---------

Co-authored-by: Jesse Mazzella <ozyx@users.noreply.github.com>
Co-authored-by: Jesse Mazzella <jesse.d.mazzella@nasa.gov>
This commit is contained in:
David 'Epper' Marshall
2023-09-14 12:55:44 -04:00
committed by GitHub
parent 95ac919ddf
commit 6776cc308f
60 changed files with 85 additions and 74 deletions

View File

@@ -22,7 +22,7 @@
import mount from 'utils/mount';
import FlexibleLayoutComponent from './components/flexibleLayout.vue';
import FlexibleLayoutComponent from './components/FlexibleLayout.vue';
const FLEXIBLE_LAYOUT_KEY = 'flexible-layout';
export default class FlexibleLayoutViewProvider {