Skip to content

Commit

Permalink
🛠 Refactor: Ex - Rename to Example01
Browse files Browse the repository at this point in the history
TODO:2023-03-04-04-39-44 - Import + Re–write Example Components

Summary: Rename `example/src/examples/ContextMenuButtonExample01` to `Example01`.
  • Loading branch information
dominicstop committed Mar 3, 2023
1 parent 6734609 commit a633005
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { ContextMenuButtonCard } from '../components/ContextMenuButtonCard';
import { ContextMenuCardButton } from '../components/ContextMenuCardButton';


export function ContextMenuButtonExample01(props: ContextMenuExampleProps) {
export function Example01(props: ContextMenuExampleProps) {
return (
<ContextMenuButtonCard
style={props.style}
Expand Down

0 comments on commit a633005

Please sign in to comment.