Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartlage3 committed Oct 28, 2023
1 parent 7e20c2e commit 7e04cb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/HeaderDisplay/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ import HeaderActionBar from '../HeaderActionBar';
import Modal from '../Modal';
import { AccountContextValue } from '../../contexts/account';

import './stylesheet.scss';

import { Term } from '../../types';

import './stylesheet.scss';

type VersionState =
| { type: 'loading' }
| {
Expand Down
1 change: 1 addition & 0 deletions src/contexts/terms.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React from 'react';

import { Term } from '../types';

export type TermsContextValue = Term[];
Expand Down

0 comments on commit 7e04cb2

Please sign in to comment.