From 2b65ee76460fb41969dcf8643d5719439346ae26 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Thu, 19 May 2022 05:49:19 +0430 Subject: added icons for save,load,delete --- spring-front/src/App.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'spring-front/src/App.js') diff --git a/spring-front/src/App.js b/spring-front/src/App.js index e965d51..a91418e 100644 --- a/spring-front/src/App.js +++ b/spring-front/src/App.js @@ -10,6 +10,9 @@ export default class App extends React.Component { return (
+ + +
); } -- cgit v1.2.3