DEV Community

Discussion on: Elixir Phoenix with Typescript and React – December 2019 Edition

Collapse
 
maikroempagel profile image
maikroempagel

Thx for the guide, really appreciate it!

One small error I found is that instead of

import greeting from "./hello";

in assets/js/app.js it should be

import greet from "./hello";

Collapse
 
aisrael profile image
Alistair A. Israel

Ooh, thanks for catching that. Fixed now.