1
1
mirror of https://git.gay/DeltaStudio/PufokReactApp.git synced 2025-07-18 13:52:25 +07:00

13 lines
447 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import React from 'react';
function About() {
return (
<div className="about">
<h1>Обо мне</h1>
<p>можете звать меня пуфок. я очень ленивая лисичка, которая любит заниматься различным творчеством и интересными вещами)</p>
<p>местоимения: он/она/любые</p>
</div>
);
}
export default About;