missing files from previous commit
This commit is contained in:
parent
17293afd1e
commit
60aaf17af3
3 changed files with 54 additions and 0 deletions
9
src/GarageApp/modules/DummyButton.tsx
Normal file
9
src/GarageApp/modules/DummyButton.tsx
Normal 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>
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue