Skip to content

Commit

Permalink
Temporarily remove css components from drafts (#3475)
Browse files Browse the repository at this point in the history
* comment out css components from drafts

* missed a spot!
  • Loading branch information
siddharthkp authored Jul 3, 2023
1 parent 4e8cf83 commit 5097a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/__tests__/__snapshots__/exports.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ exports[`@primer/react/decprecated should not update exports without a semver ch

exports[`@primer/react/drafts should not update exports without a semver change 1`] = `
[
"Button",
"Component",
"Content",
"DataTable",
"Dialog",
Expand Down
4 changes: 2 additions & 2 deletions src/drafts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ export * from '../SegmentedControl'
export * from '../SplitPageLayout'

// CSS Experiment
export * from './CSSComponent'
export * from './Button2'
// export * from './CSSComponent'
// export * from './Button2'

0 comments on commit 5097a1b

Please sign in to comment.