Refactor
This commit is contained in:
parent
874f20929e
commit
14e36db399
1 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,6 @@ import React from "react";
|
||||||
|
|
||||||
interface ContentWithProgressProps {
|
interface ContentWithProgressProps {
|
||||||
containerClassName?: string;
|
containerClassName?: string;
|
||||||
children: React.ReactNode | React.ReactNode[];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export const useStyles = makeStyles(
|
export const useStyles = makeStyles(
|
||||||
|
@ -16,7 +15,7 @@ export const useStyles = makeStyles(
|
||||||
justifyContent: "center",
|
justifyContent: "center",
|
||||||
height: "100%",
|
height: "100%",
|
||||||
width: "100%",
|
width: "100%",
|
||||||
padding: theme.spacing(3)
|
padding: theme.spacing
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
{ name: "ContentWithProgress" }
|
{ name: "ContentWithProgress" }
|
||||||
|
|
Loading…
Reference in a new issue