Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
refactor: move logo to static assets folder
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Sep 30, 2018
1 parent 838e25c commit b570b24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { Component } from 'react';
import logo from './logo.svg';
import logo from './assets/logo.svg';
import './App.css';

class App extends Component {
Expand Down
File renamed without changes

0 comments on commit b570b24

Please sign in to comment.