Renamed ShapeResizer to MatchSizes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { useEffect, useState } from "react";
|
||||
import ShapeResizer from "./ShapeResizer";
|
||||
import MatchSizes from "./MatchSizes";
|
||||
import { makeStyles, Text, Subtitle1, tokens, Theme } from "@fluentui/react-components";
|
||||
|
||||
interface AppProps {
|
||||
@@ -59,7 +59,7 @@ const App: React.FC<AppProps> = () => {
|
||||
<Subtitle1 block className={styles.sectionTitle}>
|
||||
Shape Tools
|
||||
</Subtitle1>
|
||||
<ShapeResizer />
|
||||
<MatchSizes />
|
||||
</div>
|
||||
|
||||
<div className={styles.footer}>
|
||||
|
||||
Reference in New Issue
Block a user