spestexnika
This commit is contained in:
8
components/tools/title.tsx
Normal file
8
components/tools/title.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import { TitleType } from '@/types'
|
||||
import React from 'react'
|
||||
|
||||
export default function Title({text}:TitleType) {
|
||||
return (
|
||||
<div className='text-primary text-3xl ' >{text}</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user