Skip to content

Commit b5182ea

Browse files
Remove BugBountyBanner story, and clean up component import path
Co-authored-by: tutizaraz <dbarabashdev@gmail.com>
1 parent 0426466 commit b5182ea

File tree

3 files changed

+2
-31
lines changed

3 files changed

+2
-31
lines changed

src/components/Banners/BugBountyBanner/BugBountyBanner.stories.tsx

Lines changed: 0 additions & 29 deletions
This file was deleted.

src/components/Banners/BugBountyBanner/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from "react"
33
import { Center, Text } from "@chakra-ui/react"
44

55
// Components
6-
import BannerNotification from "../../BannerNotification"
6+
import BannerNotification from "@/components/BannerNotification"
77

88
const BugBountyBanner = () => (
99
<BannerNotification shouldShow>

src/components/Banners/DismissableBanner/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React, { useEffect, useState } from "react"
33
import { Center, CloseButton } from "@chakra-ui/react"
44

55
// Components
6-
import BannerNotification from "../../BannerNotification"
6+
import BannerNotification from "@/components/BannerNotification"
77

88
// Interface
99
export type DismissableBannerProps = {

0 commit comments

Comments
 (0)