Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-joelmut committed Jul 27, 2023
1 parent f495324 commit 5c73b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Composer/packages/client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

import React, { Fragment, useEffect, useState } from 'react';
import { useRecoilValue, useRecoilCallback, CallbackInterface } from 'recoil';
import { useMount, useUnmount } from '@fluentui/react-hooks';

import { Header } from './components/Header';
import { Announcement } from './components/AppComponents/Announcement';
Expand All @@ -15,7 +16,6 @@ import { setOneAuthEnabled } from './utils/oneAuthUtil';
import { LoadingSpinner } from './components/LoadingSpinner';
import lgWorker from './recoilModel/parsers/lgWorker';
import { LgEventType } from './recoilModel/parsers/types';
import { useMount, useUnmount } from '@fluentui/react-hooks';

setupIcons();

Expand Down

0 comments on commit 5c73b9d

Please sign in to comment.