Skip to content

Commit

Permalink
Fix js errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bleunguts committed Nov 28, 2023
1 parent 2535f30 commit 7c9fb84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions Web/src/components/layout/FxTicker.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import * as React from 'react';
import Typography from '@mui/material/Typography';
import Grid from '@mui/material/Grid';
import Button from '@mui/material/Button';
import FxRate from './FxRate';

export default function FxTicker() {
Expand Down
3 changes: 1 addition & 2 deletions Web/src/components/layout/MainFeaturedPost.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ interface MainFeaturedPostProps {
post: {
description: string;
image: string;
imageText: string;
linkText: string;
imageText: string;
title: string;
};
}
Expand Down

0 comments on commit 7c9fb84

Please sign in to comment.