Skip to content

Commit e740559

Browse files
committed
contribute: Make files with English text client components
1 parent cb5e472 commit e740559

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/app/contribute/page.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"use client";
2+
13
import {
24
Container,
35
Group,

src/app/contribute/sponsors.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"use client";
2+
13
import { Card, Group, Stack, Text, Title } from "@mantine/core";
24
import classes from "./sponsors.module.css";
35
import React from "react";

0 commit comments

Comments
 (0)