Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Update ApplicationBase.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn authored May 1, 2024
1 parent cf98754 commit 8b8356b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/* global TERRA_THEME_CONFIG */

import React, {
useRef, useEffect, Suspense, useMemo, useState,
} from 'react';
import React, { useRef, useEffect, Suspense, useMemo, useState } from 'react';

Check failure on line 3 in packages/terra-application/src/application-base/ApplicationBase.jsx

View workflow job for this annotation

GitHub Actions / build

Expected a line break after this opening brace

Check failure on line 3 in packages/terra-application/src/application-base/ApplicationBase.jsx

View workflow job for this annotation

GitHub Actions / build

Expected a line break before this closing brace
import PropTypes from 'prop-types';
import classNames from 'classnames/bind';
import ThemeProvider from 'terra-theme-provider';
Expand Down

0 comments on commit 8b8356b

Please sign in to comment.