Skip to content

Commit

Permalink
chore(tabs): fix broken catalog stories
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 652994240
  • Loading branch information
asyncLiz authored and copybara-github committed Jul 16, 2024
1 parent 2021596 commit ee7d372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabs/demo/stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import '@material/web/tabs/tabs.js';

import {MaterialStoryInit} from './material-collection.js';
import {MdTabs} from '@material/web/tabs/tabs.js';
import {styles as typescaleStyles} from '@material/web/typography/md-typescale-styles.js';
import {css, html, nothing} from 'lit';
import {ref} from 'lit/directives/ref.js';
import {styles as typescaleStyles} from '../../typography/md-typescale-styles.js';

/** Knob types for Tabs stories. */
export interface StoryKnobs {
Expand Down

0 comments on commit ee7d372

Please sign in to comment.