···11+export const ATTRIBUTION_COPYRIGHT_NOTICE = [
22+ "fan creation not affiliated or endorsed by the game/its creators;",
33+ "deltarune, its assets & characters are (c) toby fox;",
44+ "prophecytype by u/relevantad2788;",
55+ "determination sans by haley wakamatsu;",
66+ "",
77+ "remember - kris were not not just an alter ego, they're now a new internet name and handle",
88+].join("\n");
···11-22-/**
33- * Copyright & Attribution notice
44- *
55- * DO NOT DELETE THIS
66- */
77-export const ATTRIBUTION_COPYRIGHT_NOTICE = [
88- `fan creation not affiliated or endorsed by the game/its creators;`,
99- `deltarune, its assets & characters are (c) toby fox;`,
1010- `prophecytype by u/relevantad2788;`,
1111- `determination sans by haley wakamatsu;`,
1212- ``,
1313- `remember - kris were not not just an alter ego, they're now a new internet name and handle`
1414-].join("\n")
11+export { ATTRIBUTION_COPYRIGHT_NOTICE } from "../content/attribution";