Skip to content

Commit

Permalink
fix(Designer): Renamed Desginer Typo to Designer (#4647)
Browse files Browse the repository at this point in the history
renamed desginer to designer
  • Loading branch information
Elaina-Lee committed Apr 18, 2024
1 parent 7a6a2ac commit 88df97d
Show file tree
Hide file tree
Showing 44 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/Standalone/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Routes, Route } from 'react-router-dom';
import { Provider } from 'react-redux';
import { DesignerWrapper } from './desginer/app/DesignerShell/designer';
import { store as designerStore } from './desginer/state/store';
import { DesignerWrapper } from './designer/app/DesignerShell/designer';
import { store as designerStore } from './designer/state/store';
import { store as dataMapperStore } from './dataMapperV1/state/Store';
import { DataMapperStandaloneDesignerV1 } from './dataMapperV1/app/DataMapperStandaloneDesignerV1';
import { DataMapperStandaloneDesignerV2 } from './dataMapperV1/app/DataMapperStandaloneDesignerV2';
Expand Down
File renamed without changes.

0 comments on commit 88df97d

Please sign in to comment.