diff options
Diffstat (limited to 'components/PrimaryButton.tsx')
-rw-r--r-- | components/PrimaryButton.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/PrimaryButton.tsx b/components/PrimaryButton.tsx index 94bd8ce..b515818 100644 --- a/components/PrimaryButton.tsx +++ b/components/PrimaryButton.tsx @@ -1,3 +1,4 @@ +"use client"; import React from "react"; import { TouchableOpacity, |