diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-12-03 13:05:15 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-12-03 13:05:15 +0100 |
commit | 34da06762e81f85c5df29fdec66e2055b8b930a9 (patch) | |
tree | 490af00a9973732ebe7c3455f638d3faaf54bc9e /pages/kronika/index.vue | |
parent | 65ff7d9f2daa59e44f0cdb1aae8d7cbcd9d4603f (diff) | |
download | puszcza-34da06762e81f85c5df29fdec66e2055b8b930a9.tar.gz puszcza-34da06762e81f85c5df29fdec66e2055b8b930a9.zip |
Add missing stories
Diffstat (limited to 'pages/kronika/index.vue')
-rw-r--r-- | pages/kronika/index.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/kronika/index.vue b/pages/kronika/index.vue index b478a75..86344c3 100644 --- a/pages/kronika/index.vue +++ b/pages/kronika/index.vue @@ -6,7 +6,7 @@ </template> <script> -import PostList from '~/components/PostList' +import PostList from '~/components/Posts/PostList' export default { components: { |