add stripe (#121)
* add some stripe stuff * more stripe stuff * more stripe things * more stripr stuff * more stripe stuff * more stripe stuff * add more stuff * add more stripe stuff * more stuff * fix types
This commit is contained in:
@@ -6,6 +6,7 @@ import { AddSesSettings } from "~/components/settings/AddSesSettings";
|
||||
import CreateTeam from "~/components/team/CreateTeam";
|
||||
import { env } from "~/env";
|
||||
import { api } from "~/trpc/react";
|
||||
import { TeamProvider } from "./team-context";
|
||||
|
||||
export const DashboardProvider = ({
|
||||
children,
|
||||
@@ -37,5 +38,5 @@ export const DashboardProvider = ({
|
||||
return <CreateTeam />;
|
||||
}
|
||||
|
||||
return <>{children}</>;
|
||||
return <TeamProvider>{children}</TeamProvider>;
|
||||
};
|
||||
|
Reference in New Issue
Block a user