Skip to content

Commit

Permalink
Fix: gatsby 경고메세지 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
NohJanghan committed Sep 23, 2024
1 parent 766bf84 commit 312c344
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/components/navbar.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { Link } from "gatsby"
import React from "react"
import Calendar from "../images/NavBar/Calendar.svg"
import ActiveCalendar from "../images/NavBar/active/Calendar.svg"
import List from "../images/NavBar/List.svg"
import ActiveList from "../images/NavBar/active/List.svg"
import Settings from "../images/NavBar/Settings.svg"
import ActiveSettings from "../images/NavBar/active/Settings.svg"
import Calendar from "../images/NavBar/Calendar.svg"
import List from "../images/NavBar/List.svg"
import Settings from "../images/NavBar/Settings.svg"

import * as style from "../styles/navbar.module.css"

Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import React, { useState } from "react"
import { Swiper, SwiperSlide } from "swiper/react"
import { Pagination } from "swiper/modules"

import Layout from "../components/layout"
import Header from "../components/header"
import Layout from "../components/layout"

import "swiper/css";
import "swiper/css/pagination";
Expand Down

0 comments on commit 312c344

Please sign in to comment.