diff --git a/src/components/Hr.astro b/src/components/Hr.astro new file mode 100644 index 0000000..c902bdf --- /dev/null +++ b/src/components/Hr.astro @@ -0,0 +1,11 @@ +--- +export interface Props { + className?: string; +} + +const { className } = Astro.props; +--- + +