Skip to content

Commit

Permalink
remove redundant react-import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
suren-atoyan committed Apr 16, 2022
1 parent 24db9f1 commit d679c83
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/components/Meta/Meta.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from 'react';
import { Helmet } from 'react-helmet-async';

import { title as appTitle, defaultMetaTags } from '@/config';
Expand Down
2 changes: 0 additions & 2 deletions src/sections/Notifications/Notifications.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import React from 'react';

import { SnackbarProvider } from 'notistack';

import { notifications } from '@/config';
Expand Down
2 changes: 1 addition & 1 deletion src/utils/loader/loader.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { FC, Suspense, lazy, useEffect, useState } from 'react';
import { FC, Suspense, lazy, useEffect, useState } from 'react';

import sleep from '@/utils/sleep';

Expand Down

0 comments on commit d679c83

Please sign in to comment.