Change file structure to align with project

This commit is contained in:
2025-07-07 11:59:11 +02:00
parent b4ddb6b8df
commit deb5269d1a
3 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
const { Reactor_CSTR, Reactor_PFR } = require('./reactor_class.js');
const { Reactor_CSTR, Reactor_PFR } = require('./specificClass.js');
class nodeClass {