Skip to content

Commit 5631490

Browse files
committed
Reorder imports in LinkWithDescription component
- Sort PropTypes and React imports - Maintain existing import for component styles - Minor code organization improvement
1 parent b76119b commit 5631490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LinkWithDescription.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import React from 'react';
21
import PropTypes from 'prop-types';
2+
import React from 'react';
33
import '../styles/components/link-with-description.scss';
44

55
/**

0 commit comments

Comments
 (0)