Skip to content

Commit

Permalink
feat Add or update configuration files. 🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
doniaskima committed Oct 12, 2023
1 parent 8713af4 commit 7fcd4d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions exemple/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ import Menus from './components/Menus'
function App() {
return (
<>
{/* <Navbar>
<Navbar>
Heyy I have
Heyy I have <br/>
Heyy I have <br/>
Heyy I have <br/>
<br/>
Heyy I have
</Navbar> */}
{/* <ArticleCards/>
<CardComponent/> */
}
{/* <Modalss/> */}
</Navbar>
<ArticleCards/>
{/* <CardComponent/> */}
<Modalss/>
{/* <Drawers/> */}
{/* <div style={{ margin: "8rem 0" }}>
<Tables />
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.17",
"description": "React-craftify is a versatile React component library designed to enhance the user interface of your web applications. With a focus on aesthetics and usability, React-craftify provides a collection of customizable UI components that can seamlessly integrate into your projects. ",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"module": "./dist/esm/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit 7fcd4d8

Please sign in to comment.