commit d69bb4f0b153635b7edc141fd0d4e669686b9964
parent 2de939538e5daef1659172b8fff5a3058b6271eb
Author: k20001115yahoocojp-web <k20001115yahoo.co.jp@gmail.com>
Date: Wed, 15 Apr 2026 13:59:47 +0900
Merge pull request #127 from kishikou-it/feat/20260414-update-deta
Feat/20260414 update deta
Diffstat:
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/next-env.d.ts b/next-env.d.ts
@@ -1,5 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
+import './.next/types/routes.d.ts';
// NOTE: This file should not be edited
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
diff --git a/src/client/components/SlideFooter/index.tsx b/src/client/components/SlideFooter/index.tsx
@@ -4,7 +4,7 @@ import { GlobalStyles, Link, Alert as MUIAlert } from '@mui/material';
import { css, styled } from '@mui/material/styles';
import shuffle from 'lodash/shuffle';
import { useState } from 'react';
-import { Autoplay, Pagination } from 'swiper';
+import { Autoplay, Pagination } from 'swiper/modules';
import { Swiper, SwiperSlide } from 'swiper/react';
import 'swiper/css';
import 'swiper/css/autoplay';
diff --git a/timetable-app b/timetable-app
@@ -0,0 +1 @@
+Subproject commit 2de939538e5daef1659172b8fff5a3058b6271eb