Skip to content

Commit

Permalink
docs : 도커파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
94-c committed Sep 6, 2024
1 parent 405868b commit 664aacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useState, useContext, useEffect } from 'react';
import { useNavigate } from 'react-router-dom';
import '../styles/Main.css';
import logo from '../assets/Logo.png';
import logo from '../assets/logo.png';
import { api } from '../api/Api.js';
import { UserContext } from '../contexts/UserContext';
import TodayExerciseModal from '../components/TodayExerciseModal';
Expand Down

0 comments on commit 664aacf

Please sign in to comment.