aboutsummaryrefslogtreecommitdiffstats
path: root/spring-front/src/App.js
diff options
context:
space:
mode:
Diffstat (limited to 'spring-front/src/App.js')
-rw-r--r--spring-front/src/App.js3
1 files changed, 3 insertions, 0 deletions
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 (
<div>
<Editor />
+ <img className="icon" src="save.png" width="20" height="20" />
+ <img className="icon" src="load.jpg" width="20" height="20" />
+ <img className="icon" src="delete.png" width="20" height="20" />
</div>
);
}