mirror of
https://github.com/XFox111/MuiCharts.git
synced 2026-04-22 06:51:05 +03:00
Created empty project
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
import { makeStyles } from "./Utils/makeStyles";
|
||||
|
||||
/**
|
||||
* Stylesheet for the App component.
|
||||
*/
|
||||
const AppStyles = makeStyles(theme => ({
|
||||
root:
|
||||
{
|
||||
display: "flex",
|
||||
flexFlow: "column",
|
||||
height: "100%",
|
||||
alignItems: "center",
|
||||
justifyContent: "center"
|
||||
},
|
||||
caption:
|
||||
{
|
||||
marginTop: theme.spacing(2),
|
||||
},
|
||||
}));
|
||||
|
||||
export default AppStyles;
|
||||
Reference in New Issue
Block a user