removed old comment

master
Tudor Stanciu 2023-03-18 02:35:44 +02:00
parent cc1dd6a4c2
commit e0e0bd01a4
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
import { useContext } from "react";
import { TuitioContext } from "../contexts";
// vezi poate il combini cu token: useTuitioAuth
const useTuitioUser = () => {
const state = useContext(TuitioContext);
const userName = state.auth.userName;