adding new doc page
This commit is contained in:
8
src/documentation/oscilloscope.ts
Normal file
8
src/documentation/oscilloscope.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import { type Editor } from "../main";
|
||||
import { makeExampleFactory } from "../Documentation";
|
||||
|
||||
export const oscilloscope = (application: Editor): string => {
|
||||
const makeExample = makeExampleFactory(application);
|
||||
return `# Oscilloscope
|
||||
`;
|
||||
};
|
||||
Reference in New Issue
Block a user