diff --git a/src/components/WheelShare.tsx b/src/components/WheelShare.tsx index 5457d22..ab07ab8 100644 --- a/src/components/WheelShare.tsx +++ b/src/components/WheelShare.tsx @@ -1,6 +1,8 @@ import { CSSProperties } from 'react'; +import logout from './Authentication/logout'; import Events from './Events'; import Groups from './Groups'; +import UIPressable from './UIPressable'; import UIPrimaryTitle from './UIPrimaryTitle'; const style: CSSProperties = { @@ -18,6 +20,8 @@ export default function WheelShare() {