Skip to content

Commit

Permalink
Fix invalid import
Browse files Browse the repository at this point in the history
  • Loading branch information
enlight authored Mar 9, 2018
1 parent 42e6fab commit 8328697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ru/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import l2_overview from './2/00-overview.md'
import overview from './2/1-overview.md'
import mappings from './2/2-mappings.md'
import msgsender from './2/3-msgsender.md'
import require from './2/4-require.md'
import l2_require from './2/4-require.md'
import inheritance from './2/5-inheritance.md'
import importfiles from './2/6-importfiles.md'
import storage from './2/7-storage.md'
Expand Down Expand Up @@ -97,7 +97,7 @@ export default {
overview,
mappings,
msgsender,
require,
l2_require,
inheritance,
importfiles,
storage,
Expand Down

0 comments on commit 8328697

Please sign in to comment.