diff --git a/scripts/make-dist.mjs b/scripts/make-dist.mjs index fa8092d..e1daa41 100644 --- a/scripts/make-dist.mjs +++ b/scripts/make-dist.mjs @@ -17,7 +17,7 @@ export { default as Field } from "../src/components/Field.astro"; export { default as FieldRow } from "../src/components/FieldRow.astro"; export { default as FileUploader } from "../src/components/FileUploader.astro"; export { default as Form } from "../src/components/Form.astro"; -export { default as HSLPLayer } from "../src/components/HSLPLayer.astro"; +export { default as HLSPLayer } from "../src/components/HLSPLayer.astro"; export { default as Link } from "../src/components/Link.astro"; export { default as Modal } from "../src/components/Modal.astro"; export { default as MultiSelect } from "../src/components/MultiSelect.astro"; @@ -45,7 +45,7 @@ export const Field: any; export const FieldRow: any; export const FileUploader: any; export const Form: any; -export const HSLPLayer: any; +export const HLSPLayer: any; export const Link: any; export const Modal: any; export const MultiSelect: any; diff --git a/src/components/HSLPLayer.astro b/src/components/HLSPLayer.astro similarity index 100% rename from src/components/HSLPLayer.astro rename to src/components/HLSPLayer.astro diff --git a/src/pages/hls.astro b/src/pages/hls.astro index 63582ed..ca78104 100644 --- a/src/pages/hls.astro +++ b/src/pages/hls.astro @@ -1,10 +1,10 @@ --- -import HSLPLayer from "../components/HSLPLayer.astro"; +import HLSPLayer from "../components/HLSPLayer.astro"; import ComponentLayout from "../layouts/ComponentLayout.astro"; --- -