Added Alignment wrapper functions.
This commit is contained in:
@@ -11,6 +11,7 @@ import AddDraft from "./AddDraft";
|
|||||||
import RemoveDraft from "./RemoveDraft";
|
import RemoveDraft from "./RemoveDraft";
|
||||||
import AddProgressBar from "./AddProgressBar";
|
import AddProgressBar from "./AddProgressBar";
|
||||||
import RemoveProgressBar from "./RemoveProgressBar";
|
import RemoveProgressBar from "./RemoveProgressBar";
|
||||||
|
import AlignmentButtons from "./AlignmentButtons";
|
||||||
import { makeStyles, Text, Subtitle1, tokens, Theme, Spinner } from "@fluentui/react-components";
|
import { makeStyles, Text, Subtitle1, tokens, Theme, Spinner } from "@fluentui/react-components";
|
||||||
import { ShapeUnionRegular, SquareRegular, InfoRegular } from "@fluentui/react-icons";
|
import { ShapeUnionRegular, SquareRegular, InfoRegular } from "@fluentui/react-icons";
|
||||||
|
|
||||||
@@ -194,6 +195,7 @@ const App: React.FC<AppProps> = () => {
|
|||||||
<Subtitle1 block className={styles.sectionTitle}>
|
<Subtitle1 block className={styles.sectionTitle}>
|
||||||
Alignment
|
Alignment
|
||||||
</Subtitle1>
|
</Subtitle1>
|
||||||
|
<AlignmentButtons />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Status message area at the bottom */}
|
{/* Status message area at the bottom */}
|
||||||
|
|||||||
Reference in New Issue
Block a user