Skip to content

Commit 0ff78b5

Browse files
committed
fix: Change to function declaration
1 parent 82e8f1b commit 0ff78b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/landing/src/components/ComingSoon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Box, Text, VStack } from '@devup-ui/react'
22

3-
export const ComingSoon = () => {
3+
export function ComingSoon() {
44
return (
55
<Box
66
bg="$cardBg"

0 commit comments

Comments
 (0)