feat: json rich text editor, blocks, asides, general structure
This commit is contained in:
11
components/Current/Section/index.tsx
Normal file
11
components/Current/Section/index.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import styles from "./section.module.css"
|
||||
|
||||
export default function Section({ children }: React.PropsWithChildren) {
|
||||
return (
|
||||
<div className={styles.wrapper}>
|
||||
<section className={styles.section}>
|
||||
{children}
|
||||
</section>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user