Skip to content

Commit

Permalink
Changed formatting of imports to multilined and alphabetise
Browse files Browse the repository at this point in the history
  • Loading branch information
david-macpherson committed Apr 2, 2024
1 parent 529670c commit 08b8281
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion examples/typescript/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
import { Config, PixelStreaming, SPSApplication, TextParameters, PixelStreamingApplicationStyle, MessageRecv, Flags } from "@tensorworks/libspsfrontend";
import {
Config,
Flags,
MessageRecv,
PixelStreaming,
PixelStreamingApplicationStyle,
SPSApplication
} from "@tensorworks/libspsfrontend";

// Apply default styling from Epic Games Pixel Streaming Frontend
export const PixelStreamingApplicationStyles = new PixelStreamingApplicationStyle();
Expand Down

0 comments on commit 08b8281

Please sign in to comment.