Skip to content

Commit bcea467

Browse files
committed
Set env
1 parent 6c290d7 commit bcea467

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/Elements/DropdownLoggedIn.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { useState } from "react";
2-
import { useEffect } from "react";
1+
import { useState, useEffect } from "react";
32
import { Link, useNavigate } from "react-router-dom";
43
import { toast } from "react-toastify";
54
import { getUser, logout } from "../../services";

0 commit comments

Comments
 (0)