Prepared the react project to avoid merge conflicts
This commit is contained in:
parent
d81827a4a4
commit
77b20785a5
9 changed files with 134 additions and 10 deletions
13
app/Yasin.tsx
Normal file
13
app/Yasin.tsx
Normal file
|
@ -0,0 +1,13 @@
|
|||
// Yasin.tsx
|
||||
"use client";
|
||||
import React from 'react';
|
||||
import './Yasin.css'; // Import specific styles for Yasin
|
||||
|
||||
const Yasin = () => (
|
||||
<div className="programmer-space yasin">
|
||||
<h2>Yasin's Space</h2>
|
||||
<p>Welcome, Yasin! This is your programming space.</p>
|
||||
</div>
|
||||
);
|
||||
|
||||
export default Yasin;
|
Loading…
Add table
Add a link
Reference in a new issue