finds bug with custom client components when attempting to import webpack aliases

This commit is contained in:
James
2020-01-21 12:14:29 -05:00
parent eaaf1863df
commit 916b2457bd
4 changed files with 28 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
import React, { useState, useEffect, Fragment } from 'react';
import React, { useState, useEffect } from 'react';
import {
Route, Switch, withRouter, Redirect,
} from 'react-router-dom';