Skip to content

Commit

Permalink
Rename folder from 'workspace' to 'library'
Browse files Browse the repository at this point in the history
  • Loading branch information
giangiac committed Mar 18, 2024
1 parent bd602ee commit 0398106
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/src/App.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import logo from './tqec_logo.svg';
import './App.css';
import {Stage} from '@pixi/react'
import TqecApp from './workspace'
import TqecApp from './library'
import formattedInfoTabContent from './formattedInfoTab';

/* The logo has been created as the SVG rendering of the ASCII:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,8 @@ export default function TqecApp() {
if (savedPlaquettes.length === 0) return;

let message = '';
// Add info on cell size
message += `cell size [width x height]: ${plaquetteDx} x ${plaquetteDy}\n\n`
let counter = 0;
savedPlaquettes.forEach((plaq) => {
if (plaq.name !== 'WIP plaquette') {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0398106

Please sign in to comment.