diff --git a/packages/nx-shopify/src/schematics/theme/files/src/theme/sections/index.ts.template b/packages/nx-shopify/src/schematics/theme/files/src/theme/sections/index.ts.template index a59551d..d967b2e 100644 --- a/packages/nx-shopify/src/schematics/theme/files/src/theme/sections/index.ts.template +++ b/packages/nx-shopify/src/schematics/theme/files/src/theme/sections/index.ts.template @@ -1,2 +1,2 @@ -export * from './header/header'; -export * from './footer/footer'; +export * from './header/header.section'; +export * from './footer/footer.section'; diff --git a/packages/nx-shopify/src/schematics/theme/files/src/theme/snippets/index.ts.template b/packages/nx-shopify/src/schematics/theme/files/src/theme/snippets/index.ts.template index 2a261a9..e71e9c2 100644 --- a/packages/nx-shopify/src/schematics/theme/files/src/theme/snippets/index.ts.template +++ b/packages/nx-shopify/src/schematics/theme/files/src/theme/snippets/index.ts.template @@ -1 +1 @@ -export * from './message/message'; \ No newline at end of file +export * from './message/message.snippet'; \ No newline at end of file