Skip to content

Commit

Permalink
fix that
Browse files Browse the repository at this point in the history
  • Loading branch information
silicons committed Jul 6, 2023
1 parent 8c1dacc commit 4a86c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/backend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ export interface ModuleProps {
// module id, this lets it autoload from context
id: string;
// override props for rendering its external <Section>
section: SectionProps;
section?: SectionProps;
}

export interface ModuleData {
Expand Down

0 comments on commit 4a86c6e

Please sign in to comment.