Skip to content

Commit 795c325

Browse files
committed
Move import up
1 parent 9330b88 commit 795c325

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manual/assets/js/src/demos/smaa.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ import {
2323
ToneMappingEffect
2424
} from "postprocessing";
2525

26+
import { BindingApi } from "@tweakpane/core";
2627
import { Pane } from "tweakpane";
2728
import { ControlMode, SpatialControls } from "spatial-controls";
2829
import * as CornellBox from "../objects/CornellBox.js";
2930
import * as Utils from "../utils/index.js";
30-
import { BindingApi } from "@tweakpane/core";
3131

3232
function load(): Promise<Map<string, Texture>> {
3333

0 commit comments

Comments
 (0)