Skip to content

Commit

Permalink
Merge pull request #24 from Kinfe123/cli-with-web
Browse files Browse the repository at this point in the history
Cli with web
  • Loading branch information
Kinfe123 authored Jun 1, 2024
2 parents 114eade + cd2d814 commit b29c704
Show file tree
Hide file tree
Showing 11 changed files with 110 additions and 327 deletions.
60 changes: 28 additions & 32 deletions apps/api/constants/components.json

Large diffs are not rendered by default.

159 changes: 0 additions & 159 deletions apps/www/components/farmui/FUIForm.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion apps/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@babel/core": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@heroicons/react": "^2.0.18",
"@kinfe123/farm-ui": "workspace:^",
"@kinfe123/farm-ui": "workspace:0.0.6",
"@loglib/tracker": "^0.8.0",
"@neondatabase/serverless": "^0.9.3",
"@next/third-parties": "^14.0.3",
Expand Down
5 changes: 3 additions & 2 deletions apps/www/viewport/components/reactComponents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ import FUIHeroWithGridSimple from "previewsComponents/FUIHeroWithSimple";
import React from "react";

type ComponentProps = {
[key: string]: {
[id: string]: {
component: React.ReactNode;
description: string;
path: string;
codeCopy: {
[key: string]: string;
[codeType: string]: string;
};
};
};
Expand All @@ -28,6 +28,7 @@ export const componentToPreview: ComponentProps = {
`,

},
},

Expand Down
102 changes: 0 additions & 102 deletions packages/cli/components/farmui/FUIHeroWithGridSimple.tsx

This file was deleted.

Loading

0 comments on commit b29c704

Please sign in to comment.