From 04038d9a6bdaa40d335150f29b3935f63a361e76 Mon Sep 17 00:00:00 2001 From: Yool Bi Lee Date: Wed, 15 Sep 2021 18:34:11 +0900 Subject: [PATCH] add exclamation mark --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 9a28bc6..1058b4a 100644 --- a/src/App.js +++ b/src/App.js @@ -8,7 +8,7 @@ import ShowList from "./components/ShowList"; const NoMatch = ({location}) => (
- Error!! No route found matching: + Error!!! No route found matching:
{location.pathname}