Skip to content

Commit

Permalink
fix(lib): fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Rai Siqueira <rai93siqueira@gmail.com>
  • Loading branch information
raisiqueira committed Aug 23, 2023
1 parent d78117b commit d0a1703
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react';
import { useStepper } from '../hooks/useStepper';
import styles from './HeadlessStepper.module.css';

/* eslint-disable-next-line */
export interface HeadlessStepperProps {}
Expand All @@ -24,7 +23,7 @@ export function HeadlessStepper(props: HeadlessStepperProps) {
steps,
});
return (
<div className={styles['container']}>
<div>
<h1>Welcome to HeadlessStepper!</h1>
<div>
<nav style={{ display: 'flex' }} {...stepperProps}>
Expand Down

0 comments on commit d0a1703

Please sign in to comment.