Skip to content

Commit

Permalink
chore: deploy adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
JinCoreana committed Jun 23, 2023
1 parent e9bcb73 commit e3a30d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/adjustmentRequest/components/ChatWithUs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Box from "carbon-react/lib/components/box/box.component";
import Button from "carbon-react/lib/components/button/button.component";
import { GridItem } from "carbon-react/lib/components/grid";
import Typography from "carbon-react/lib/components/typography/typography.component";
import { ReactElement, useState } from "react";
import { ReactElement } from "react";
import { useNavigate } from "react-router-dom";

const ChatWithUs = (): ReactElement => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Box from "carbon-react/lib/components/box/box.component";
import Typography from "carbon-react/lib/components/typography/typography.component";
import React from "react";

export interface VideoCardProps {
url: string;
Expand Down

0 comments on commit e3a30d0

Please sign in to comment.