1
0
Fork 0

missing files from previous commit

This commit is contained in:
Techognito 2025-08-20 14:24:57 +02:00
parent 17293afd1e
commit 60aaf17af3
3 changed files with 54 additions and 0 deletions

View file

@ -0,0 +1,9 @@
import * as React from 'react';
import Button from '@mui/material/Button';
export default function TextButtons() {
return (
<Button variant="contained">Temp Button</Button>
);
}