From b72caf904a6cb31986d7d1caa8335187c99ed87e Mon Sep 17 00:00:00 2001 From: Manuel Carrera Date: Wed, 22 Sep 2021 11:33:16 -0600 Subject: [PATCH] fix: Update import of static states when creating labs component (#1266) --- utils/create-component/templates/react/stories_VisualTesting.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';