Skip to content

Commit

Permalink
chore(launchpad): move banner (#1329)
Browse files Browse the repository at this point in the history
* chore: move LaunchpadBanner.tsx

* fix: LaunchpadBanner import

* fix(launchpad): imports paths
  • Loading branch information
WaDadidou authored Nov 5, 2024
1 parent c332851 commit 1dbef31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import { StyleSheet, View } from "react-native";

import { LaunchpadBanner } from "../components/LaunchpadBanner";
import { LaunchpadBanner } from "./LaunchpadCreate/components/LaunchpadBanner";

import { BrandText } from "@/components/BrandText";
import { ScreenContainer } from "@/components/ScreenContainer";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import React from "react";
import { Image, View } from "react-native";

import LaunchpadBannerImage from "../../../../assets/banners/launchpad.jpg";
import LogoSimpleSvg from "../../../../assets/icons/logo-simple.svg";

import LaunchpadBannerImage from "@/assets/banners/launchpad.jpg";
import LogoSimpleSvg from "@/assets/icons/logo-simple.svg";
import { BrandText } from "@/components/BrandText";
import { SVG } from "@/components/SVG";
import { SpacerColumn } from "@/components/spacer";
Expand Down

0 comments on commit 1dbef31

Please sign in to comment.