Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 0 additions & 30 deletions frontend/rescript.json

This file was deleted.

7 changes: 7 additions & 0 deletions frontend/src/Index.affine
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// SPDX-License-Identifier: MPL-2.0
// SPDX-FileCopyrightText: 2026 Jonathan D.A. Jewell
// Ported via Harvard Engine bulk-processor

module Index;

// TODO: Complete semantic implementation
72 changes: 0 additions & 72 deletions frontend/src/Index.res

This file was deleted.

7 changes: 7 additions & 0 deletions frontend/src/graphql/Client.affine
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// SPDX-License-Identifier: MPL-2.0
// SPDX-FileCopyrightText: 2026 Jonathan D.A. Jewell
// Ported via Harvard Engine bulk-processor

module Client;

// TODO: Complete semantic implementation
20 changes: 0 additions & 20 deletions frontend/src/graphql/Client.res

This file was deleted.

7 changes: 7 additions & 0 deletions frontend/src/graphql/Mutations.affine
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// SPDX-License-Identifier: MPL-2.0
// SPDX-FileCopyrightText: 2026 Jonathan D.A. Jewell
// Ported via Harvard Engine bulk-processor

module Mutations;

// TODO: Complete semantic implementation
21 changes: 0 additions & 21 deletions frontend/src/graphql/Mutations.res

This file was deleted.

7 changes: 7 additions & 0 deletions frontend/src/graphql/Queries.affine
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// SPDX-License-Identifier: MPL-2.0
// SPDX-FileCopyrightText: 2026 Jonathan D.A. Jewell
// Ported via Harvard Engine bulk-processor

module Queries;

// TODO: Complete semantic implementation
28 changes: 0 additions & 28 deletions frontend/src/graphql/Queries.res

This file was deleted.

7 changes: 7 additions & 0 deletions frontend/src/pages/VerifyPage.affine
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// SPDX-License-Identifier: MPL-2.0
// SPDX-FileCopyrightText: 2026 Jonathan D.A. Jewell
// Ported via Harvard Engine bulk-processor

module VerifyPage;

// TODO: Complete semantic implementation
88 changes: 0 additions & 88 deletions frontend/src/pages/VerifyPage.res

This file was deleted.

Loading