Skip to content

Commit

Permalink
Fixing lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
aacevski committed Mar 20, 2024
1 parent b7ce6d9 commit 6038ae9
Showing 1 changed file with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
'use client';
import * as React from 'react';
import SimpleBackdrop from '../../../../../../docs/data/material/components/backdrop/SimpleBackdrop';

export default function Backdrop() {
return (
<React.Fragment>
<section>
<h2> Simple Backdrop</h2>
<div className="demo-container">
<SimpleBackdrop />
</div>
</section>
</React.Fragment>
<section>
<h2> Simple Backdrop</h2>
<div className="demo-container">
<SimpleBackdrop />
</div>
</section>
);
}

0 comments on commit 6038ae9

Please sign in to comment.