Skip to content

Commit 8f97ce7

Browse files
committed
Merge branch 'sy-3833-2' of https://github.com/synnaxlabs/synnax into sy-3833-3
2 parents 10b37ad + 25abbfa commit 8f97ce7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

client/ts/src/schematic/actions.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ import { reduce, reduceAll } from "@/schematic/actions";
1515
import {
1616
type Action,
1717
actionZ,
18-
setNode,
1918
removeEdge,
2019
removeNode,
2120
setAuthority,
2221
setConfig,
2322
setEdge,
2423
setLegend,
24+
setNode,
2525
setNodePosition,
2626
} from "@/schematic/actions.gen";
2727
import { ZERO_LEGEND } from "@/schematic/client";

client/ts/src/schematic/actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// License, use of this software will be governed by the Apache License, Version 2.0,
88
// included in the file licenses/APL.txt.
99

10-
import { createReducer, createReduceAll, type Handlers } from "@/schematic/actions.gen";
10+
import { createReduceAll, createReducer, type Handlers } from "@/schematic/actions.gen";
1111

1212
const handlers: Handlers = {
1313
setNodePosition: (state, payload) => {

0 commit comments

Comments
 (0)