Update pages/settings/teams.tsx
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>pull/333/head
parent
0fb2984138
commit
4a1e8cfbf7
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue