Skip to content

Commit

Permalink
squash: Test app directory naming
Browse files Browse the repository at this point in the history
  • Loading branch information
reintroducing committed Aug 17, 2019
1 parent 3099a64 commit 974e1a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/src/App/App.jsx → templates/src/test/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import React from 'react';

function App() {
return (
<div className={css.container}>
<div className={css.root}>
<p>rSR App created successfully!</p>
</div>
);
Expand Down
2 changes: 1 addition & 1 deletion templates/src/App/App.scss → templates/src/test/App.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.container {
.root {
padding: 20px;
background-color: #dddddd;

Expand Down

0 comments on commit 974e1a9

Please sign in to comment.