Stop using snake case

Signed-off-by: Karan Shah <karan.shah@simplybusiness.co.uk>
This commit is contained in:
Karan Shah
2022-02-09 16:19:58 +00:00
parent 7a8ac1db0b
commit b9e83843e2
13 changed files with 19 additions and 20 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ import {
import { ApiBar } from './components/ApiBar';
import { Content, Header, Page } from '@backstage/core-components';
import { EntityProvider } from '@backstage/plugin-catalog-react';
import { createEntity } from '../src/api/mock/mock-entity';
import { createEntity } from '../src/api/mock/MockEntity';
import CloudOffIcon from '@material-ui/icons/CloudOff';
import CloudIcon from '@material-ui/icons/Cloud';
import { Context, ContextProvider } from './components/ContextProvider';