From 788e68616d2a58396d601f92f11e7b877f3288df Mon Sep 17 00:00:00 2001 From: tblackwell-tm Date: Fri, 8 Mar 2024 06:58:08 +0000 Subject: [PATCH] revert example --- example/src/App.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/example/src/App.tsx b/example/src/App.tsx index 471dd1c..244b736 100644 --- a/example/src/App.tsx +++ b/example/src/App.tsx @@ -2,7 +2,7 @@ import MyCrossword from 'mycrossword'; import 'mycrossword/dist/index.css'; import * as React from 'react'; import './App.css'; -import data from './incomplete.cryptic'; +import data from './guardian.cryptic.28505'; const ALLOWED_HTML_TAGS = ['b', 'strong', 'i', 'em', 'sub', 'sup'] as const; @@ -78,7 +78,6 @@ export default function App() { ? [...ALLOWED_HTML_TAGS, 'u'] : [...ALLOWED_HTML_TAGS] } - allowMissingSolutions id={data.id} data={data} theme={theme}