Update import paths
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import Chart from 'chart.js/auto'
|
||||
import * as elements from "../elementcreate";
|
||||
import * as elements from "frontend/elementcreate";
|
||||
|
||||
interface Transaction {
|
||||
day: number;
|
||||
|
@@ -1,5 +1,5 @@
|
||||
import type { Attributes } from "../elementcreate";
|
||||
import * as elements from "../elementcreate";
|
||||
import type { Attributes } from "frontend/elementcreate";
|
||||
import * as elements from "frontend/elementcreate";
|
||||
|
||||
function MediaElement(attributes: Attributes, contents: string[]) {
|
||||
const ret = <div class="col media-element" id={attributes['id']}>
|
||||
|
@@ -1,7 +1,7 @@
|
||||
import { MediaElement, MyHeader, MediaContainer } from "./elements";
|
||||
import { splitByTitle, splitByYear } from "./functions";
|
||||
import { MediaElement, MyHeader, MediaContainer } from "frontend/list/elements";
|
||||
import { splitByTitle, splitByYear } from "frontend/list/functions";
|
||||
|
||||
import * as elements from "../elementcreate";
|
||||
import * as elements from "frontend/elementcreate";
|
||||
|
||||
var sortType = 0;
|
||||
var listType = 0;
|
||||
|
Reference in New Issue
Block a user