Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mpm-os committed Nov 1, 2023
1 parent 6f6ae74 commit 3d8e7ad
Show file tree
Hide file tree
Showing 5 changed files with 259 additions and 262 deletions.
2 changes: 1 addition & 1 deletion ReactViewControl/IViewModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace ReactViewControl {

public interface IViewModule {

public string MainJsSource { get; }
string MainJsSource { get; }

IModuleDependenciesProvider DependenciesProvider{ get; set; }

Expand Down
Loading

0 comments on commit 3d8e7ad

Please sign in to comment.