import * as styles from "./style.module.scss"
import React from "react"
function Stars() {
return (
<>
<div className={styles.stars} />
<div className={styles.twinkl} />
</>
)
}
export default Stars
import * as styles from "./style.module.scss"
import React from "react"
function Stars() {
return (
<>
<div className={styles.stars} />
<div className={styles.twinkl} />
</>
)
}
export default Stars