Update pages/settings/teams.tsx

Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
This commit is contained in:
Mihai C 2021-07-01 12:30:40 +03:00 committed by GitHub
parent 0fb2984138
commit 4a1e8cfbf7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";