Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit c19910d

Browse files
authored
Merge pull request #2470 from oppianmatt/patch-1
Rename insex.ts to index.ts
2 parents bee0873 + abcfb3e commit c19910d

File tree

1 file changed

+1
-1
lines changed
  • src/modules/sample-custom-entity-graphql

1 file changed

+1
-1
lines changed

src/modules/sample-custom-entity-graphql/insex.ts renamed to src/modules/sample-custom-entity-graphql/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ const moduleConfig: VueStorefrontModuleConfig = {
88
afterRegistration
99
}
1010

11-
export const SampleCustomEntityGql = new VueStorefrontModule(moduleConfig)
11+
export const SampleCustomEntityGql = new VueStorefrontModule(moduleConfig)

0 commit comments

Comments
 (0)