mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2025-09-06 10:40:44 +00:00
migrated to nextjs
This commit is contained in:
15
components/staticText.tsx
Normal file
15
components/staticText.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
import React from 'react'
|
||||
|
||||
import '../styles/static.styl'
|
||||
|
||||
|
||||
|
||||
const StaticText: React.FC = ({ children }) => {
|
||||
return <div className={'static'}>
|
||||
<div className={'content'}>
|
||||
{children}
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
|
||||
export default StaticText
|
Reference in New Issue
Block a user