hackforla / new-schools-today

An open-source project to modernize online school resources led by students
16 stars 7 forks source link

Refactor code #10

Closed jasonTelanoff closed 4 years ago

jasonTelanoff commented 4 years ago

I first moved the code for the app bar into its own separate folder called 'AppBar.js'. I then removed another line in App.js by moving the "export default" command to the declaration/definition of the App function.