Skip to content

Commit 2d72683

Browse files
committed
Move Meteor specific startup code
1 parent d0be8ad commit 2d72683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/meteor/client/startup/startup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ import { Meteor } from 'meteor/meteor';
33
import { Tracker } from 'meteor/tracker';
44
import moment from 'moment';
55

6-
import 'highlight.js/styles/github.css';
76
import { sdk } from '../../app/utils/client/lib/SDKClient';
87
import { synchronizeUserData, removeLocalUserData } from '../lib/userData';
98
import { fireGlobalEvent } from '../lib/utils/fireGlobalEvent';
109
import { watchUserId } from '../meteor/user';
10+
import 'highlight.js/styles/github.css';
1111

1212
Meteor.startup(() => {
1313
fireGlobalEvent('startup', true);

0 commit comments

Comments
 (0)