diff options
| author | Ben Beltran <ben@nsovocal.com> | 2020-02-18 23:34:51 +0100 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2020-02-18 23:34:51 +0100 |
| commit | 00a6e8aa8dd06f8a2bd7ccccdccfcb6215cf4841 (patch) | |
| tree | 83de2f80c411205d743e59618dfda07d712d1e3f /app/components | |
| parent | 41247723b2940efe89648749b90e56d582bdfb89 (diff) | |
Add svelte linting
Diffstat (limited to 'app/components')
| -rw-r--r-- | app/components/forum_list/forum_list.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/forum_list/forum_list.svelte b/app/components/forum_list/forum_list.svelte index e49c8d8..f77c79a 100644 --- a/app/components/forum_list/forum_list.svelte +++ b/app/components/forum_list/forum_list.svelte @@ -1,5 +1,5 @@ <script> - import {forums, addForum} from '../../stores/forums.js' + import { forums } from '../../stores/forums.js'; </script> <nav title="List of Forums"> |