Skip to content

Commit b41a445

Browse files
fix(app-webdir-ui): add @asu/shared to dependencies
1 parent ffc3177 commit b41a445

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

packages/app-webdir-ui/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"styled-components": "^5.3.0"
4848
},
4949
"devDependencies": {
50+
"@asu/shared": "*",
5051
"@babel/core": "^7.13.14",
5152
"@babel/plugin-syntax-jsx": "^7.14.5",
5253
"@babel/plugin-transform-react-jsx": "^7.13.12",

packages/app-webdir-ui/src/QuickLinks/index.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from "react";
22

33
import { QuickLinks } from "./index";
44

5-
import { defaultDecorator } from "../../../../shared/components/Layout";
5+
import { defaultDecorator } from "@asu/shared";
66

77
export default {
88
title: "Atoms/QuickLinks/Template",

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ __metadata:
146146
version: 0.0.0-use.local
147147
resolution: "@asu/app-webdir-ui@workspace:packages/app-webdir-ui"
148148
dependencies:
149+
"@asu/shared": "npm:*"
149150
"@asu/unity-react-core": "npm:^1.0.0"
150151
"@babel/core": "npm:^7.13.14"
151152
"@babel/plugin-syntax-jsx": "npm:^7.14.5"

0 commit comments

Comments
 (0)