From 4a1e8cfbf77ce74bd1fc515726ac221d22e75ec2 Mon Sep 17 00:00:00 2001 From: Mihai C <34626017+mihaic195@users.noreply.github.com> Date: Thu, 1 Jul 2021 12:30:40 +0300 Subject: [PATCH] Update pages/settings/teams.tsx Co-authored-by: Bailey Pumfleet --- pages/settings/teams.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/settings/teams.tsx b/pages/settings/teams.tsx index 90e33d729c..c50e937b5e 100644 --- a/pages/settings/teams.tsx +++ b/pages/settings/teams.tsx @@ -2,7 +2,7 @@ import Head from 'next/head'; import Shell from '../../components/Shell'; import SettingsShell from '../../components/Settings'; import { useEffect, useState } from 'react'; -import { useSession } from 'next-auth/client'; +import { useSession } from "next-auth/client"; import { UsersIcon, } from "@heroicons/react/outline";