Skip to content

Commit

Permalink
fix: Update import of static states when creating labs component (#1266)
Browse files Browse the repository at this point in the history
  • Loading branch information
mannycarrera4 authored Sep 22, 2021
1 parent 0397fb0 commit b72caf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module.exports = (modulePath, storyPath, pascalCaseName, rootPath) => `import React from 'react';
import {StaticStates} from '@workday/canvas-kit-preview-react/tokens';
import {StaticStates} from '@workday/canvas-kit-react/common;
import {ComponentStatesTable} from '@workday/canvas-kit-labs-react/common';
import {withSnapshotsEnabled} from '../${rootPath}/utils/storybook';
Expand Down

0 comments on commit b72caf9

Please sign in to comment.