Skip to content

Commit

Permalink
remove unused row import
Browse files Browse the repository at this point in the history
  • Loading branch information
Dert1129 committed Feb 23, 2024
1 parent fe97518 commit a0f3a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Home/TopContent.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { Component } from 'react';
import { Container, Row, Col } from 'reactstrap';
import { Container, Col } from 'reactstrap';
import { handleGoogleAnalyticsEvent } from '../../helpers/googleAnalyticsHelper';

class TopContent extends Component {
Expand Down

0 comments on commit a0f3a18

Please sign in to comment.