Skip to content

Commit

Permalink
add app
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatyana-js committed Jun 3, 2024
1 parent 263708b commit d4f676f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import i18next from 'i18next';
import 'bootstrap';
import * as yup from 'yup';
import axios from 'axios';
import { uniqueId } from 'lodash';
import validate, { createLink } from './utils.js';
import watch from './view.js';
import ru from './locales/ru.js';
import parse from './parser.js';
import { uniqueId } from 'lodash';

const elements = {
staticEl: {
Expand Down

0 comments on commit d4f676f

Please sign in to comment.