mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-14 23:00:49 -05:00
even more styled components
This commit is contained in:
5
components/HorizontalRule/HorizontalRule.tsx
Normal file
5
components/HorizontalRule/HorizontalRule.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import styles from "./HorizontalRule.module.css";
|
||||
|
||||
const HorizontalRule = () => <hr className={styles.hr} />;
|
||||
|
||||
export default HorizontalRule;
|
||||
Reference in New Issue
Block a user