Skip to content

Commit

Permalink
Merge pull request #24047 from storybookjs/shilman/fix-tocbot-import
Browse files Browse the repository at this point in the history
Docs: Fix TOC import
(cherry picked from commit 2995f49)
  • Loading branch information
shilman authored and storybook-bot committed Sep 7, 2023
1 parent eb7d5bd commit 46fe97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ui/blocks/src/components/TableOfContents.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useEffect } from 'react';
import type { FC, ReactElement } from 'react';
import { styled } from '@storybook/theming';
import tocbot from 'tocbot';
import * as tocbot from 'tocbot';

export interface TocParameters {
/** CSS selector for the container to search for headings. */
Expand Down

0 comments on commit 46fe97b

Please sign in to comment.