1
0
Fork 0
mirror of https://gitlab.rlp.net/mobitar/ReCo.jl.git synced 2024-09-17 18:51:17 +00:00

Fix imports

This commit is contained in:
Mo8it 2022-04-06 21:46:53 +02:00
parent 2db2530f28
commit 657a7820f6
3 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View file

@ -5,4 +5,4 @@ exports
LocalPreferences.toml
start.jl
/scripts/start.jl

View file

@ -8,7 +8,7 @@ using LaTeXStrings: @L_str
using JLD2: JLD2
using ProgressMeter: ProgressMeter
using ..ReCo: ReCo
using ReCo: ReCo
include("common.jl")

View file

@ -6,7 +6,7 @@ using CairoMakie
using ColorSchemes: ColorSchemes
using LaTeXStrings: @L_str
using ..ReCo: ReCo
using ReCo: ReCo
include("common.jl")
include("common_CairoMakie.jl")