asmer@hetzner 4 rokov pred
rodič
commit
b85f2e2389
2 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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