Skip to content

Commit 2f4c5c6

Browse files
chore: Update @db-man/components npm dependency to version 0.1.124
1 parent e14f258 commit 2f4c5c6

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"homepage": "https://db-man.github.io",
66
"dependencies": {
7-
"@db-man/components": "^0.1.122",
7+
"@db-man/components": "^0.1.124",
88
"@testing-library/jest-dom": "^5.17.0",
99
"@testing-library/react": "^13.4.0",
1010
"@testing-library/user-event": "^13.5.0",

src/App/index.tsx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
import React from "react";
2-
import { App as DbMan } from "@db-man/components";
3-
import './styles.css'
1+
import React from 'react';
2+
import { App as DbMan } from '@db-man/components';
3+
import './styles.css';
44

55
export default function App() {
6-
return (
7-
<DbMan />
8-
);
6+
return <DbMan />;
97
}

0 commit comments

Comments
 (0)