From 955537104b2233ff53d2344739c519e3aa4f1243 Mon Sep 17 00:00:00 2001 From: aryab2003 Date: Tue, 12 Mar 2024 20:34:41 +0530 Subject: [PATCH] fix: merge conflicts --- src/pages/playground.jsx | 37 ------------------------------------- 1 file changed, 37 deletions(-) diff --git a/src/pages/playground.jsx b/src/pages/playground.jsx index cbb26d1..3256606 100644 --- a/src/pages/playground.jsx +++ b/src/pages/playground.jsx @@ -1,45 +1,8 @@ - import Hero from '../components/Hero'; export default function Playground() { return (
- -import { Heading, HeroText, Paragraph, PersonalizedText, Text } from '../components/shared'; - -import NavBar from '../components/shared/NavBar'; - -export default function Playground() { - return ( - <> - -
- Hero Text - Personalized Text - Heading 1 - Heading 2 - Heading 3 - Paragraph body1 - Paragraph body2 - Paragraph body3 - Text button - Text nav - Text navButton - Text footer - - - Colors - -
    -
  • Primary
  • -
  • Primary Foreground
  • -
  • Primary Yellow
  • -
  • Black
  • -
  • Black Foreground
  • -
-
- - ); }