Skip to content

Commit

Permalink
Adding theme context
Browse files Browse the repository at this point in the history
  • Loading branch information
humphreyja committed Sep 27, 2024
1 parent da5c474 commit d334b6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@harvest-profit/npk",
"version": "0.0.5",
"version": "0.0.6",
"description": "NPK UI Design System",
"source": "src/index.js",
"main": "dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
export ApplicationAlert from './ApplicationAlert';
export ThemeContext from './ThemeContext';
export { ThemeContextProvider } from './ThemeContext';
export Container from './Container';
export Row from './Row';
export Col from './Col';
Expand Down

0 comments on commit d334b6b

Please sign in to comment.