Skip to content

Commit

Permalink
Add accel/deaccl from #56 to wmlandscape for damonsk/vscode-wardley-maps
Browse files Browse the repository at this point in the history
  • Loading branch information
ds committed Jan 5, 2024
1 parent d703888 commit a87c925
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/wmlandscape/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ import {
} from '../../src/components/KeyPressContext';
import QuickAdd from '../../src/components/actions/QuickAdd';
import PipelineVersion2 from '../../src/components/map/PipelineVersion2';
import AccelerateSymbol from '../../src/components/symbols/AccelerateSymbol';
import AcceleratorExtractionStrategy from '../../src/conversion/AcceleratorExtractionStrategy';
import MapAccelerator from '../../src/components/map/MapAccelerator';

export {
MapBackground,
Expand Down Expand Up @@ -196,4 +199,6 @@ export {
useModKeyPressedConsumer,
QuickAdd,
PipelineVersion2,
AcceleratorExtractionStrategy,
MapAccelerator
};

0 comments on commit a87c925

Please sign in to comment.