Skip to content

Commit

Permalink
Merge branch 'add-raw-data-modal'
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mizutani committed Dec 13, 2021
2 parents e2d2811 + a840b6c commit fc8d84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/components/pages/scan/package.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const useStyles = makeStyles((theme) => ({
},
}));

import * as model from "./model";
import * as model from "@/components/model";
import { Typography } from "@mui/material";

type vulnStatusRequest = {
Expand Down

0 comments on commit fc8d84b

Please sign in to comment.