mirror of
https://github.com/cupcakearmy/fantus.git
synced 2024-11-01 04:54:13 +01:00
27 lines
1.0 KiB
TypeScript
27 lines
1.0 KiB
TypeScript
import React from 'react'
|
|
|
|
const Home = () => {
|
|
return <div className='center'>
|
|
<h2>neodymium enabled waves. new.</h2>
|
|
<p>
|
|
<b><u>neodymium:</u> </b>
|
|
<cite>
|
|
a bright, silvery, reactive rare-earth element, found in monazite and bastnaesite and used for coloring glass, for doping laser glass and crystals, and in materials with strong, permanent magnetic properties that make them useful for computer and audio equipment. Atomic number 60; atomic weight 144.24; melting point 1,016°C; boiling point 3,074°C;
|
|
</cite>
|
|
</p>
|
|
<p>
|
|
<b><u>enabled:</u> </b>
|
|
<cite>
|
|
to make able; give power, means, competence, or ability to; authorize
|
|
</cite>
|
|
</p>
|
|
<p>
|
|
<b><u>wave:</u> </b>
|
|
<cite>
|
|
the continuous, repeating pattern in which some types of energy, such as sound, light, and heat, are spread or carried
|
|
</cite>
|
|
</p>
|
|
</div>
|
|
}
|
|
|
|
export default Home |