1
0
Fork 0
security-lab/src/apps/yandex/Yandex.tsx
2026-04-04 21:23:18 +03:00

14 lines
No EOL
261 B
TypeScript

import React from 'react';
import './Yandex.css';
const YandexApp: React.FC = () => {
return (
<div className='yandex'>
{/* <h1>Vscode</h1>
<button>1</button>
<button>22</button> */}
</div>
);
};
export default YandexApp;