mix format

This commit is contained in:
2022-07-25 22:05:54 -04:00
parent c6e6154689
commit 6858df2ae2
25 changed files with 860 additions and 88 deletions

View File

@ -1,7 +1,7 @@
// We import the CSS which is extracted to its own file by esbuild.
// Remove this line if you add a your own CSS build pipeline (e.g postcss).
import '../css/app.scss'
import "@fontsource/nunito-sans";
import '@fontsource/nunito-sans'
// If you want to use Phoenix channels, run `mix help phx.gen.channel`
// to get started and then uncomment the line below.