Skip to content

Commit 33010e2

Browse files
author
Matthew Wilcoxson
committed
Fix build with Footer
1 parent 905ad32 commit 33010e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@diamondlightsource/sci-react-ui",
3-
"version": "0.3.1-alpha.1",
3+
"version": "0.3.1-alpha.2",
44
"files": [
55
"dist/"
66
],

src/components/navigation/Footer.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Meta, StoryObj } from "@storybook/react/*";
1+
import { Meta, StoryObj } from "@storybook/react";
22
import { Footer, FooterLink, FooterLinks } from "./Footer";
33
import { MockLink } from "../../utils/MockLink";
44

0 commit comments

Comments
 (0)