change import export MapsPage

This commit is contained in:
MathieuG-P
2022-12-10 00:15:09 +01:00
parent 7423df43c5
commit e0d70bd882
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import { useEffect } from "react";
import { ThemeService } from "./services/theme.service";
import { NotificationOverlay } from "./components/notification/notification-overlay.component";
import { PageStateService } from "./services/page-state.service";
import MapsPage from "./pages/maps-page.component";
import { MapsPage } from "./pages/maps-page.component";
import "tailwindcss/tailwind.css";
import { BsmIframeView } from "./components/shared/bsm-map-preview.component";
+1 -1
View File
@@ -1,7 +1,7 @@
import { MapsPlaylistsPanel } from "renderer/components/maps-mangement-components/maps-playlists-panel.component";
import { Slideshow } from "renderer/components/slideshow/slideshow.component";
export default function MapsPage() {
export function MapsPage() {
return (
<div className="w-full h-full flex items-center flex-col pt-2">
<Slideshow className="absolute w-full h-full top-0"/>