We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a7e7b commit 2492151Copy full SHA for 2492151
apps/site/components/withSupporters.tsx
@@ -6,7 +6,6 @@ import provideSupporters from '#site/next-data/providers/supportersData';
6
7
import SupportersList from './Common/Supporters';
8
9
-
10
const WithSupporters: FC<PropsWithChildren> = async () => {
11
const supporters = await provideSupporters();
12
0 commit comments