diff --git a/.gitignore b/.gitignore index 9179213..26afd79 100644 --- a/.gitignore +++ b/.gitignore @@ -137,6 +137,5 @@ dist # galvanic corrosion build process /ver.ts.bak /build - -# used to attach license to each file -/append.ts \ No newline at end of file +# local development purposes +/graph.svg \ No newline at end of file diff --git a/src/data/profiles.ts b/src/data/profiles.ts index b6f92bf..b2eed5a 100644 --- a/src/data/profiles.ts +++ b/src/data/profiles.ts @@ -387,7 +387,4 @@ export class UnifiedProfileBase { } -const UnifiedProfile = ""; - -export { Profile }; -export default UnifiedProfile; +export { Profile }; \ No newline at end of file