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
31 changes: 0 additions & 31 deletions ui/rescript.json

This file was deleted.

7 changes: 7 additions & 0 deletions ui/src/App.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 App;

// TODO: Complete semantic implementation
229 changes: 0 additions & 229 deletions ui/src/App.res

This file was deleted.

7 changes: 7 additions & 0 deletions ui/src/Model.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 Model;

// TODO: Complete semantic implementation
107 changes: 0 additions & 107 deletions ui/src/Model.res

This file was deleted.

7 changes: 7 additions & 0 deletions ui/src/Msg.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 Msg;

// TODO: Complete semantic implementation
Loading
Loading