Skip to content

Commit

Permalink
Fix #6479 (#6480)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekl0w authored Apr 26, 2024
1 parent 5432b46 commit a952252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/datascroller/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { InlineDataScrollerDoc } from '@/components/doc/datascroller/inlinedoc';
import { LoaderDataScrollerDoc } from '@/components/doc/datascroller/loaderdoc';
import { StyledDoc } from '@/components/doc/datascroller/theming/styleddoc';
import { TailwindDoc } from '@/components/doc/datascroller/theming/tailwinddoc';
import { Wireframe } from '@/components/doc/timeline/pt/wireframe';
import { Wireframe } from '@/components/doc/datascroller/pt/wireframe';

const DataScrollerDemo = () => {
const docs = [
Expand Down

0 comments on commit a952252

Please sign in to comment.