Import deps not working

Hello, I cannot import a dependency inside of a controller. I tried import <dependency_name> and it did not work. I also put the dep in the mix.exs file.

Please show what You put in mix.exs, and maybe the error

function NimbleStrftime.format/2 is undefined (module NimbleStrftime is not available)

Can you please share your deps from mix.exs and also how you call the function?

Disregard. Did not mix deps.get into the correct folder - my structure is nested.