This repository has been archived on 2025-10-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
FPGA_WebLab/src/components/Oscilloscope/index.ts

4 lines
118 B
TypeScript

import OscilloscopeWaveformDisplay from "./OscilloscopeWaveformDisplay.vue";
export { OscilloscopeWaveformDisplay };