Skip to content

Commit

Permalink
chore: remove break line
Browse files Browse the repository at this point in the history
  • Loading branch information
kyuhho committed Jun 13, 2024
1 parent 1dbc77d commit f8e752e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import 'styles/font.css';
import axios from 'axios';
import { StompProvider } from 'contexts/StompContext';
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';

import AppLayout from 'App.Layout';

axios.defaults.withCredentials = true;

const root = ReactDOM.createRoot(
Expand Down

0 comments on commit f8e752e

Please sign in to comment.