Skip to content

Commit

Permalink
fix: fixed remote component interface naming
Browse files Browse the repository at this point in the history
  • Loading branch information
markuczy committed Mar 18, 2024
1 parent bc30475 commit e5d4fb3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { RemoteComponentConfig } from './remote-component-config.model'

export interface ocxInitRemoteComponent {
ocxRemoteComponent(config: RemoteComponentConfig): void
export interface ocxRemoteComponent {
ocxInitRemoteComponent(config: RemoteComponentConfig): void
}

0 comments on commit e5d4fb3

Please sign in to comment.