asmer@hetzner пре 4 година
родитељ
комит
b85f2e2389
2 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/App.js
  2. 0 0
      src/front-models.mjs

+ 1 - 1
src/App.js

@@ -8,7 +8,7 @@ import {buildAST, toReact} from 'mdast';
 
 import { GraphQLClient } from 'graphql-request';
 
-import createModels2 from './front-models'
+import createModels2 from './front-models.mjs'
 
 let gql;
 

src/front-models.js → src/front-models.mjs