Skip to content

Commit

Permalink
refactor: Rewrite with SPARQL queries instead of ember-solid
Browse files Browse the repository at this point in the history
  • Loading branch information
smessie committed Dec 20, 2023
1 parent 3c38d21 commit 08ec9f5
Show file tree
Hide file tree
Showing 8 changed files with 21,833 additions and 34,279 deletions.
1,095 changes: 723 additions & 372 deletions app/controllers/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/routes/application.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { inject as service } from '@ember/service';
import Route from '@ember/routing/route';
import { service } from '@ember/service';

export default class ApplicationRoute extends Route {
@service solidAuth;
Expand Down
Loading

0 comments on commit 08ec9f5

Please sign in to comment.