Initial check in; All but the history pages working.
This commit is contained in:
6
imports/ui/pages/Admin/Functions.jsx
Normal file
6
imports/ui/pages/Admin/Functions.jsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Meteor } from 'meteor/meteor';
|
||||
import React, { useState } from 'react';
|
||||
import { useTracker } from 'meteor/react-meteor-data';
|
||||
import _ from 'lodash';
|
||||
|
||||
export default () => {return (<div>None</div>)}
|
||||
Reference in New Issue
Block a user