Skip to content

Commit

Permalink
changed line endings to LF
Browse files Browse the repository at this point in the history
  • Loading branch information
purejerome committed Aug 15, 2024
1 parent 121f0ec commit ef6e6d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"[typescript]": { "editor.defaultFormatter": "rvest.vs-code-prettier-eslint" },
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true
"editor.formatOnType": true,
"files.eol": "\n"
}
3 changes: 1 addition & 2 deletions pages/auth/signout.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ import Row from 'react-bootstrap/Row';
import { signOut, useSession } from 'next-auth/react';
import { useDispatch } from 'react-redux';
import { useRouter } from 'next/router';
import { useRef, useEffect, useState } from 'react';
import Layout from '../../components/layout';
import { logoutUser } from '../../actions';
import { useRouter } from 'next/router';
import { useRef, useEffect, useState } from 'react';

function SignOut() {
const router = useRouter();
Expand Down

0 comments on commit ef6e6d6

Please sign in to comment.