Skip to content
Snippets Groups Projects
Commit 632395bd authored by Sandro Lutz's avatar Sandro Lutz Committed by scmoritz
Browse files

Remove unused import

parent f2ddb6c1
No related branches found
No related tags found
1 merge request!25Complete profile page
import { isLoggedIn } from '../models/auth'; import { isLoggedIn } from '../models/auth';
import * as user from '../models/user'; import * as user from '../models/user';
import * as groups from '../models/groups'; import * as groups from '../models/groups';
import { log } from '../models/log';
const m = require('mithril'); const m = require('mithril');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment