Skip to content

Commit 9dc7f2a

Browse files
committed
Lint
1 parent d7bfa8d commit 9dc7f2a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

site/src/Main.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from "react"
22
import ReactDOM from "react-dom"
3-
import { inspect } from "@xstate/inspect";
3+
import { inspect } from "@xstate/inspect"
44
import { Interpreter } from "xstate"
55
import { App } from "./app"
66

@@ -9,13 +9,12 @@ if (process.env.NODE_ENV === "development" && process.env.INSPECT_XSTATE === "tr
99
// configure the XState inspector to open in a new tab
1010
inspect({
1111
url: "https://stately.ai/viz?inspect",
12-
iframe: false
13-
});
12+
iframe: false,
13+
})
1414
// configure all XServices to use the inspector
1515
Interpreter.defaultOptions.devTools = true
1616
}
1717

18-
1918
// This is the entry point for the app - where everything start.
2019
// In the future, we'll likely bring in more bootstrapping logic -
2120
// like: https://github.com/coder/m/blob/50898bd4803df7639bd181e484c74ac5d84da474/product/coder/site/pages/_app.tsx#L32

0 commit comments

Comments
 (0)