Skip to content

Commit

Permalink
fix: index 파일 meta data 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
YongChanCho committed Nov 27, 2024
1 parent 2a35e27 commit 0c9bf4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
name="description"
content="Web site created using create-react-app"
/>
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
Expand Down
4 changes: 0 additions & 4 deletions src/components/timeLine/editorList/EditorList.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<<<<<<< HEAD
import React, { useEffect, useState } from 'react';
import { useQuery } from 'react-query';

Expand Down Expand Up @@ -49,6 +48,3 @@ const EditorList: React.FC<EditorListProps> = ({ className, isLog, token }) => {
};

export default EditorList;
=======
import React from "react";
>>>>>>> b00baec9 (feat : add HeaderNavigation component)

0 comments on commit 0c9bf4a

Please sign in to comment.