Skip to content

Commit

Permalink
chore: create components directory
Browse files Browse the repository at this point in the history
  • Loading branch information
cakfan committed Apr 18, 2024
1 parent 2d587c5 commit c5f7dc9
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jabirdeveloper/material-symbols",
"version": "0.1.18424",
"version": "0.1.1804241438",
"type": "module",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions src/components/symbols/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default as Symbols } from "./symbols";
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "./symbols";
export * from "./components";

0 comments on commit c5f7dc9

Please sign in to comment.