Update pages/settings/teams.tsx

Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
This commit is contained in:
Mihai C 2021-07-02 13:32:11 +03:00 committed by GitHub
parent 8500a8dd64
commit 2af9ed55a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
import { GetServerSideProps } from "next" import { GetServerSideProps } from "next";
import Head from 'next/head'; import Head from 'next/head';
import Shell from '../../components/Shell'; import Shell from '../../components/Shell';
import SettingsShell from '../../components/Settings'; import SettingsShell from '../../components/Settings';