in with the new
This commit is contained in:
11
src/core/presets/apis.js
Normal file
11
src/core/presets/apis.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import BasePreset from "./base"
|
||||
|
||||
import allowTryItOutIfHost from "core/plugins/allow-try-it-out-if-host"
|
||||
|
||||
export default function PresetApis() {
|
||||
|
||||
return [
|
||||
BasePreset,
|
||||
allowTryItOutIfHost,
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user