Skip to content

Commit

Permalink
Fix Texts.ts when empty
Browse files Browse the repository at this point in the history
  • Loading branch information
volkanceylan committed Oct 2, 2024
1 parent cc22d94 commit 3367c4c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/Serenity.Demo.BasicSamples/Modules/ServerTypes/Texts.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
import { proxyTexts } from "@serenity-is/corelib";

namespace texts {
}

export const Texts: typeof texts = proxyTexts({}, '', {}) as any;
export const Texts = {} as const;

0 comments on commit 3367c4c

Please sign in to comment.