mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-29 16:07:40 +01:00
Silly me vol 3
This commit is contained in:
parent
52135ae3f8
commit
e425709b26
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,8 @@ import { ReactNode, useEffect, useState } from "react";
|
|||
import { useIsMobile } from "@/hooks/useIsMobile";
|
||||
import { useBannerSize, useBannerStore } from "@/stores/banner";
|
||||
import { ExtensionBanner } from "@/stores/banner/BannerLocation";
|
||||
import { ExtensionStatus, getExtensionState } from "@/utils/onboarding";
|
||||
import { getExtensionState } from "@/utils/extension";
|
||||
import type { ExtensionStatus } from "@/utils/extension";
|
||||
|
||||
export function Layout(props: { children: ReactNode }) {
|
||||
const bannerSize = useBannerSize();
|
||||
|
|
|
@ -4,7 +4,7 @@ import { useLocation, useNavigate } from "react-router-dom";
|
|||
|
||||
import { Icon, Icons } from "@/components/Icon";
|
||||
import { useBannerStore, useRegisterBanner } from "@/stores/banner";
|
||||
import type { ExtensionStatus } from "@/utils/onboarding";
|
||||
import type { ExtensionStatus } from "@/utils/extension";
|
||||
|
||||
export function Banner(props: {
|
||||
children: React.ReactNode;
|
||||
|
|
|
@ -182,4 +182,3 @@ function App() {
|
|||
</Layout>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue