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