diff --git a/utils/create-component/templates/react/stories_VisualTesting.js b/utils/create-component/templates/react/stories_VisualTesting.js index 6975ba350f..5a13a77ae0 100644 --- a/utils/create-component/templates/react/stories_VisualTesting.js +++ b/utils/create-component/templates/react/stories_VisualTesting.js @@ -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';