Skip to content

Commit

Permalink
chore: page 초기화
Browse files Browse the repository at this point in the history
  • Loading branch information
bottlewook committed Jan 10, 2024
1 parent 195860b commit 1bfb063
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
'use client';

import { useEffect } from 'react';

import axios from 'axios';
import Link from 'next/link';

export default function Home() {
useEffect(() => {
// eslint-disable-next-line @typescript-eslint/no-floating-promises
axios('http://localhost:3030/test').then((res) => { return console.log(res); });
});
return (
<div>
<h1>Home</h1>
Expand Down

0 comments on commit 1bfb063

Please sign in to comment.