Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
formatted f4088a6
  • Loading branch information
remix-run-bot committed Jan 12, 2022
1 parent f4088a6 commit e0e475f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/sass/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ The main thing to note here is that `npm run dev` will run the sass compiler, an
## Related Links

- [Sass](https://sass-lang.com)
- [npm-run-all](https://www.npmjs.com/package/npm-run-all)
- [npm-run-all](https://www.npmjs.com/package/npm-run-all)
2 changes: 1 addition & 1 deletion examples/sass/app/entry.client.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { hydrate } from "react-dom";
import { RemixBrowser } from "remix";

hydrate(<RemixBrowser />, document);
hydrate(<RemixBrowser />, document);
2 changes: 1 addition & 1 deletion examples/sass/app/entry.server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ export default function handleRequest(
status: responseStatusCode,
headers: responseHeaders
});
}
}
2 changes: 1 addition & 1 deletion examples/sass/app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ export default function App() {
</body>
</html>
);
}
}

0 comments on commit e0e475f

Please sign in to comment.