Skip to content

Commit

Permalink
feature/remove components (#81)
Browse files Browse the repository at this point in the history
* remove non-basic-components

* update sb types and presets

* fix types for sanity
  • Loading branch information
dogfrogfog authored Jan 10, 2025
1 parent cd1aa23 commit f0a5e92
Show file tree
Hide file tree
Showing 40 changed files with 1,704 additions and 5,775 deletions.
28 changes: 0 additions & 28 deletions apps/sanity/src/contentSections/PricingTable/index.tsx

This file was deleted.

108 changes: 0 additions & 108 deletions apps/sanity/src/contentSections/PricingTable/schema.ts

This file was deleted.

7 changes: 0 additions & 7 deletions apps/sanity/src/contentSections/PricingTable/types.ts

This file was deleted.

28 changes: 0 additions & 28 deletions apps/sanity/src/contentSections/StepGuide/index.tsx

This file was deleted.

71 changes: 0 additions & 71 deletions apps/sanity/src/contentSections/StepGuide/schema.ts

This file was deleted.

7 changes: 0 additions & 7 deletions apps/sanity/src/contentSections/StepGuide/types.ts

This file was deleted.

20 changes: 0 additions & 20 deletions apps/sanity/src/contentSections/ThreeDElement/index.tsx

This file was deleted.

31 changes: 0 additions & 31 deletions apps/sanity/src/contentSections/ThreeDElement/schema.ts

This file was deleted.

7 changes: 0 additions & 7 deletions apps/sanity/src/contentSections/ThreeDElement/types.ts

This file was deleted.

6 changes: 0 additions & 6 deletions apps/sanity/src/contentSections/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ import Copy from "./Copy";
import Hero from "./Hero";
import LinksList from "./LinksList";
import Logos from "./Logos";
import Pricing from "./PricingTable";
import StepGuide from "./StepGuide";
import ThreeDElement from "./ThreeDElement";

// end of section imports

Expand All @@ -21,9 +18,6 @@ export const sections: Record<string, any> = {
"section.blog": Blog,
"section.carousel": Carousel,
"section.hero": Hero,
"section.pricing": Pricing,
"section.stepGuide": StepGuide,
"section.threeDElement": ThreeDElement,
// end of section object
};

Expand Down
Loading

0 comments on commit f0a5e92

Please sign in to comment.