Skip to content

Commit

Permalink
moved iamge
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebLuster committed Sep 10, 2024
1 parent 8203198 commit 9803f57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {
DocsContainer,
} from "@storybook/addon-docs";
import { GlobalHomePage } from "./GlobalHomepage.jsx";
import img from "../../assets/images/card2.jpg";

import { getCaptionForLocale as Languageswitcher } from "../../Components/UIcomponents/LanguageSwitcher/LanguageSwitcherUtils.js";
import {
Expand Down
2 changes: 2 additions & 0 deletions stories/Templates/GlobalHomepage rtl/GlobalHomepageUtils.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import img from "../../assets/images/card2.jpg";

export const getCaptionForLocale = (locale) => {
switch (locale) {
case "english":
Expand Down

0 comments on commit 9803f57

Please sign in to comment.