diff --git a/web/client/src/app.js b/web/client/src/app.js index fdb531e7..bdb89ab3 100644 --- a/web/client/src/app.js +++ b/web/client/src/app.js @@ -1,4 +1,4 @@ -'use strict'; +'use strict' import React, { useEffect } from 'react'; import Layout from './layout';