Skip to content

Commit

Permalink
last
Browse files Browse the repository at this point in the history
  • Loading branch information
hussedev committed Jan 9, 2025
1 parent e5d7401 commit 8f8103d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 55 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitcoin-ui",
"version": "0.0.0",
"version": "3.0.0-beta.2",
"type": "module",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions src/primitives/Accordion/Accordion.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

import * as React from "react";

import * as AccordionPrimitive from "@radix-ui/react-accordion";
Expand Down
1 change: 1 addition & 0 deletions src/primitives/clientPrimitives.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from "./Accordion";
export * from "./BannerImage";
export * from "./FileUpload";
export * from "./MarkdownEditor";
Expand Down
1 change: 0 additions & 1 deletion src/primitives/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from "./Accordion";
export * from "./Avatar";
export * from "./Badge";
export * from "./Breadcrumb";
Expand Down
53 changes: 0 additions & 53 deletions src/ui-shadcn/accordion.tsx

This file was deleted.

0 comments on commit 8f8103d

Please sign in to comment.