Refactored project structure

This commit is contained in:
squidfunk
2021-11-14 16:09:09 +01:00
parent ad1b964aaa
commit 88ba609ee1
52 changed files with 721 additions and 459 deletions

View File

@@ -34,11 +34,17 @@ import {
tap
} from "rxjs"
import { setSourceFacts, setSourceState } from "~/actions"
import {
setSourceFacts,
setSourceState
} from "~/actions"
import { renderSourceFacts } from "~/templates"
import { Component } from "../../_"
import { SourceFacts, fetchSourceFacts } from "../facts"
import {
SourceFacts,
fetchSourceFacts
} from "../facts"
/* ----------------------------------------------------------------------------
* Types