refactor some of the documentation about samples
This commit is contained in:
8
samples
Normal file
8
samples
Normal file
@ -0,0 +1,8 @@
|
||||
import { type Editor } from "../../main";
|
||||
import { makeExampleFactory } from "../../Documentation";
|
||||
|
||||
export const loading_samples = (application: Editor): string => {
|
||||
// @ts-ignore
|
||||
const makeExample = makeExampleFactory(application);
|
||||
return `# Loading samples`
|
||||
}
|
||||
Reference in New Issue
Block a user