OxygenFramework / Oxygen.jl

💨 A breath of fresh air for programming web apps in Julia
https://oxygenframework.github.io/Oxygen.jl/
MIT License
383 stars 25 forks source link

Using my own module that uses Oxygen #125

Closed Sukhoverkhaya closed 9 months ago

Sukhoverkhaya commented 9 months ago

Hi! I want to use my own module that uses Oxygen, but it dosen`t work if I "using MyOwnModule" without including file with its definition. I left a detailed description here in README-file: https://github.com/Sukhoverkhaya/OxygenExample.jl

ndortega commented 9 months ago

Hi @Sukhoverkhaya,

Take a look at this thread, it looks like it's a similar issue: https://github.com/ndortega/Oxygen.jl/issues/115

Sukhoverkhaya commented 9 months ago

Thank you!