11
app/components/Tools/index.js
Executable file
11
app/components/Tools/index.js
Executable file
@@ -0,0 +1,11 @@
|
||||
import { SlimOnly } from './SlimOnly';
|
||||
import { DefaultOnly } from './DefaultOnly';
|
||||
import { SlimProps } from './SlimProps';
|
||||
|
||||
const Tools = {
|
||||
SlimOnly,
|
||||
DefaultOnly,
|
||||
SlimProps
|
||||
};
|
||||
|
||||
export default Tools;
|
Reference in New Issue
Block a user