Skip to content

Commit

Permalink
Remove props and meta
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Dec 18, 2024
1 parent d332645 commit 4449b52
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 3,255 deletions.
562 changes: 0 additions & 562 deletions packages/sdk-components-react-router/src/__generated__/body.props.ts

This file was deleted.

637 changes: 0 additions & 637 deletions packages/sdk-components-react-router/src/__generated__/link.props.ts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions packages/sdk-components-react-router/src/body.ws.ts

This file was deleted.

16 changes: 0 additions & 16 deletions packages/sdk-components-react-router/src/link.ws.ts

This file was deleted.

12 changes: 7 additions & 5 deletions packages/sdk-components-react-router/src/metas.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
export { meta as Body } from "./body.ws";
export { meta as Link } from "./link.ws";
export { meta as RichTextLink } from "./rich-text-link.ws";
export { meta as Form } from "./webhook-form.ws";
export { meta as RemixForm } from "./remix-form.ws";
export {
Body,
Link,
RichTextLink,
Form,
RemixForm,
} from "@webstudio-is/sdk-components-react";
5 changes: 0 additions & 5 deletions packages/sdk-components-react-router/src/props.ts
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
export { propsMeta as Body } from "./body.ws";
export { propsMeta as Link } from "./link.ws";
export { propsMeta as RichTextLink } from "./rich-text-link.ws";
export { propsMeta as Form } from "./webhook-form.ws";
export { propsMeta as RemixForm } from "./remix-form.ws";
2 changes: 0 additions & 2 deletions packages/sdk-components-react-router/src/remix-form.ws.ts

This file was deleted.

6 changes: 0 additions & 6 deletions packages/sdk-components-react-router/src/rich-text-link.ws.ts

This file was deleted.

132 changes: 0 additions & 132 deletions packages/sdk-components-react-router/src/webhook-form.ws.ts

This file was deleted.

0 comments on commit 4449b52

Please sign in to comment.