Skip to content

Commit

Permalink
fixed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-bao committed Jul 13, 2023
1 parent 6cb36f7 commit adea1f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test-console-2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pepfar-react-lib/test-console-2",
"version": "0.1.3",
"version": "0.2.0",
"main": "src/index.ts",
"dependencies": {},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from "react";
import {HashStatus} from "../types/hashState.type";
import {Divider, Typography} from "@mui/material";
import {styled} from "@mui/styles";
Expand Down

0 comments on commit adea1f5

Please sign in to comment.